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:
parent
8a55714677
commit
94afa3ff0b
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
},
|
||||
"homepage": "https://github.com/mafintosh/tar-stream",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"./*.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue