From a01ae86794b909593dd88a288adc3f225b57a307 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Wed, 22 Dec 2021 00:31:04 -0500 Subject: [PATCH] Update registry in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddc4003..5f3e7e1 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://linuxhost.me:4873/" + "registry": "http://linux-host.me:4873/" }, "scripts": { "build": "tsc --build",