aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-11-21 02:27:31 +0200
committerNick Merwin <[email protected]>2019-11-20 16:27:31 -0800
commite8f3dbd52b8ed4b4c16c0c3b2bed6a6782685dc6 (patch)
tree516675784b005b0c759ba8b110a411610a788a19
parent2ed185ca3626591549ed33c2363a47b824a39d0f (diff)
downloadnode-coveralls-e8f3dbd52b8ed4b4c16c0c3b2bed6a6782685dc6.tar.xz
node-coveralls-e8f3dbd52b8ed4b4c16c0c3b2bed6a6782685dc6.zip
package.json: specify the files to include (#233)
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3388b95..2148689 100644
--- a/package.json
+++ b/package.json
@@ -58,5 +58,9 @@
"url": "git://github.com/nickmerwin/node-coveralls.git"
},
"author": "Gregg Caines",
- "license": "BSD-2-Clause"
+ "license": "BSD-2-Clause",
+ "files": [
+ "{bin,lib}/*.js",
+ "index.js"
+ ]
}