diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index ac94b8c..0000000 --- a/.bash_profile +++ /dev/null @@ -1 +0,0 @@ -source /nvm.sh diff --git a/.drone.yml b/.drone.yml index cacb59d..6f77b97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: password: from_secret: npm_password email: brandon@watsonlabs.net - registry: "http://linuxhost.me:4873" + registry: "http://linuxhost.me:4873/" when: event: - tag diff --git a/package.json b/package.json index e6df741..ddc4003 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Homebridge platform to control smart home equipment by room.", "main": "bin/index.js", "publishConfig": { - "registry": "http://10.22.1.31:4873/" + "registry": "http://linuxhost.me:4873/" }, "scripts": { "build": "tsc --build",