From: AJ ONeal Date: Sun, 19 Jun 2022 11:04:41 +0000 (-0600) Subject: build(npm): include ./lib/, ./bin/, etc X-Git-Tag: v1.0.2~1 X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=commitdiff_plain;h=322891765407af4a2ed143b875533f8a05773413;hp=85926ff8a55b86f0104b2bd7207316ecafcd911e build(npm): include ./lib/, ./bin/, etc --- 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"