修复 npm 包文件缺失的问题

This commit is contained in:
binaryify 2022-06-15 12:33:43 +08:00
parent ddb3042988
commit 41bf7d2c9c
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 4.6.3 | 2022.06.15
- 修复 npm 包文件缺失的问题
### 4.6.2 | 2022.05.30 ### 4.6.2 | 2022.05.30
- 修复测试不通过的问题 - 修复测试不通过的问题

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.6.2", "version": "4.6.3",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
@ -46,7 +46,8 @@
"main.d.ts", "main.d.ts",
"interface.d.ts", "interface.d.ts",
"module_types", "module_types",
"server.js" "server.js",
"generateConfig.js"
], ],
"dependencies": { "dependencies": {
"axios": "^0.24.0", "axios": "^0.24.0",