fix: missing file, close #76

This commit is contained in:
Anthony Fu 2022-03-30 16:57:42 +08:00
parent a93e26642d
commit 0cc68e6219

View File

@ -7,7 +7,7 @@
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js" "*.js"
], ],
"scripts": { "scripts": {
"lint": "eslint . --config=index.js" "lint": "eslint . --config=index.js"