build(npm): include ./lib/, ./bin/, etc
authorAJ ONeal <coolaj86@gmail.com>
Sun, 19 Jun 2022 11:04:41 +0000 (05:04 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sun, 19 Jun 2022 11:04:41 +0000 (05:04 -0600)
package.json

index 489f309d8c5891116b5438ea5e09bbe4371a3939..c5ffeca7872dc4a3629b23f66acbd03f7a299f4f 100644 (file)
@@ -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"