chore: specify files in package.json

This commit is contained in:
weyusi 2019-05-13 16:44:51 +09:30
parent 08e3cc5a46
commit 3d08e37c8f
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
"directories": {
"lib": "./lib"
},
"files": [
"lib",
"index.js"
],
"engines": {
"node": ">= 8"
},