mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: exclude types ignore in pkg file
This commit is contained in:
parent
132fcd9a45
commit
b806741905
@ -34,7 +34,10 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"module",
|
"module",
|
||||||
"util",
|
"util",
|
||||||
"plugins"
|
"plugins",
|
||||||
|
"main.d.ts",
|
||||||
|
"interface.d.ts",
|
||||||
|
"module_types"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.20.0",
|
"axios": "^0.20.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user