diff options
| author | XhmikosR <[email protected]> | 2019-11-21 02:27:31 +0200 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-11-20 16:27:31 -0800 |
| commit | e8f3dbd52b8ed4b4c16c0c3b2bed6a6782685dc6 (patch) | |
| tree | 516675784b005b0c759ba8b110a411610a788a19 /package.json | |
| parent | 2ed185ca3626591549ed33c2363a47b824a39d0f (diff) | |
| download | node-coveralls-e8f3dbd52b8ed4b4c16c0c3b2bed6a6782685dc6.tar.xz node-coveralls-e8f3dbd52b8ed4b4c16c0c3b2bed6a6782685dc6.zip | |
package.json: specify the files to include (#233)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
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" + ] } |
