From 322891765407af4a2ed143b875533f8a05773413 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 19 Jun 2022 05:04:41 -0600 Subject: [PATCH] build(npm): include ./lib/, ./bin/, etc --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 489f309..c5ffeca 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,12 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "files": [], + "files": [ + "bin", + "lib", + "tsconfig.json", + "types.js" + ], "repository": { "type": "git", "url": "git+https://github.com/dashhive/crowdnode.js.git" -- 2.25.1