From c79b776ec59d9dda0af108270bf5155e64479af4 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Tue, 6 Sep 2022 20:33:25 -0500 Subject: [PATCH] Publishing bin dir --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b30b27..dc10c60 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "publishConfig": { "registry": "http://10.44.1.6:4873/" }, + "files": [ + "bin", + "src" + ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" @@ -39,4 +43,4 @@ "homebridge": "^1.5.0", "typescript": "^4.5.4" } -} +} \ No newline at end of file