fix files rule for #31
This commit is contained in:
parent
c446177491
commit
b1fe6666ed
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
"homepage": "https://github.com/mafintosh/tar-stream",
|
"homepage": "https://github.com/mafintosh/tar-stream",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"./*.js",
|
"*.js",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
],
|
],
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in a new issue