From d7e241b381efeb2c9294b7ef3b066d6a6c8399b9 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 22 Dec 2021 15:40:27 -0500 Subject: [PATCH] Updating registry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69cffd6..ab99b8e 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://linux-host.me:4873/" + "registry": "http://10.44.1.6:4873/" }, "scripts": { "build": "tsc --build",