Add files to package.son

Because the `test` directory includes a lot of files.

https://www.npmjs.org/doc/files/package.json.html#files
This commit is contained in:
Shinnosuke Watanabe 2014-10-23 14:42:36 +09:00
parent 8a55714677
commit 94afa3ff0b

View file

@ -44,6 +44,10 @@
},
"homepage": "https://github.com/mafintosh/tar-stream",
"main": "index.js",
"files": [
"./*.js",
"LICENSE"
],
"directories": {
"test": "test"
},