diff --git a/package-lock.json b/package-lock.json index 69d06ce..61043af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "homebridge-flux", + "name": "@watsonb8/homebridge-flux", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 9a6370c..a420e55 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { - "name": "homebridge-flux", + "name": "@watsonb8/homebridge-flux", "version": "1.0.0", "description": "", "main": "bin/index.js", + "publishConfig": { + "registry": "http://10.44.1.6:4873/" + }, "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" @@ -35,4 +38,4 @@ "@types/node": "^13.11.1", "typescript": "^4.3.2" } -} +} \ No newline at end of file