mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +08:00
修复 npm 包文件缺失的问题
This commit is contained in:
parent
ddb3042988
commit
41bf7d2c9c
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 4.6.3 | 2022.06.15
|
||||||
|
- 修复 npm 包文件缺失的问题
|
||||||
|
|
||||||
### 4.6.2 | 2022.05.30
|
### 4.6.2 | 2022.05.30
|
||||||
- 修复测试不通过的问题
|
- 修复测试不通过的问题
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user