Merge pull request #31 from shinnn/master

Add `files` to package.son
This commit is contained in:
Mathias Buus 2014-10-23 15:27:06 +09:00
commit ea9993082b

View file

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