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", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
"files": [ "files": [
"dist" "lib",
"es"
], ],
"repository": { "repository": {
"type": "git", "type": "git",

View File

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