Updating registry
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Brandon Watson 2021-12-22 20:58:24 -05:00
parent c80b01d3e2
commit b5fe4a64b9
2 changed files with 6 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "homebridge-flux",
"name": "@watsonb8/homebridge-flux",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -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"
}
}
}