From e132d07aec736de7aa8a9d962fa73b707abfbaea Mon Sep 17 00:00:00 2001 From: Plankske Date: Tue, 27 Aug 2024 20:44:01 -0400 Subject: [PATCH] set to public --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d57b50..e89458c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Homebridge Virtual Switches", "type": "module", "version": "1.0.0", - "private": true, + "private": false, "description": "Creation of virtual switches, triggered independently and by keywords appearing in the Homebridge log file.", "author": "DVDP", "license": "Apache-2.0",