fix: exclude types ignore in pkg file

This commit is contained in:
a632079 2020-09-05 18:59:58 +08:00
parent 132fcd9a45
commit b806741905
No known key found for this signature in database
GPG Key ID: 8A3F5C6934182137

View File

@ -34,7 +34,10 @@
"files": [
"module",
"util",
"plugins"
"plugins",
"main.d.ts",
"interface.d.ts",
"module_types"
],
"dependencies": {
"axios": "^0.20.0",