mirror of https://github.com/curbengh/hexo-yam
chore: specify files in package.json
This commit is contained in:
parent
08e3cc5a46
commit
3d08e37c8f
|
@ -7,6 +7,10 @@
|
|||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"index.js"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue