fix: 未正确配置files

This commit is contained in:
harrywan 2021-07-28 16:21:31 +08:00
parent 1523c380e0
commit fb9f7c84e8
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"dist"
"lib",
"es"
],
"repository": {
"type": "git",

View File

@ -8,7 +8,7 @@
},
"files": [
"lib",
"dist",
"es",
"bin",
"types.d.ts"
],