mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
修复歌单详情数据不完整的问题,更新依赖
This commit is contained in:
parent
b18fe7c21b
commit
c230be6ec3
@ -1,5 +1,9 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
### 2.8.9 | 2018.01.24
|
||||||
|
|
||||||
|
修复歌单详情数据不完整的问题,更新依赖
|
||||||
|
|
||||||
### 2.8.8 | 2018.01.22
|
### 2.8.8 | 2018.01.22
|
||||||
|
|
||||||
修复排行榜数据不完整的问题 , 优化部分代码 , 更新文档部分描述
|
修复排行榜数据不完整的问题 , 优化部分代码 , 更新文档部分描述
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
|
|
||||||
## 版本新特性
|
## 版本新特性
|
||||||
|
|
||||||
### 2.8.3 | 2018.01.12
|
### 2.8.9 | 2018.01.24
|
||||||
|
|
||||||
优化部分功能和文档
|
修复歌单详情数据不完整的问题,更新依赖
|
||||||
|
|
||||||
### 2.8.2 | 2018.01.05
|
### 2.8.2 | 2018.01.05
|
||||||
|
|
||||||
|
30
package.json
30
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "2.8.8",
|
"version": "2.8.9",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
@ -8,23 +8,31 @@
|
|||||||
"precommit": "lint-staged"
|
"precommit": "lint-staged"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": ["prettier --write", "git add"]
|
"*.js": [
|
||||||
|
"prettier --write",
|
||||||
|
"git add"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"keywords": ["网易云音乐", "网易云", "音乐", "网易云音乐nodejs"],
|
"keywords": [
|
||||||
|
"网易云音乐",
|
||||||
|
"网易云",
|
||||||
|
"音乐",
|
||||||
|
"网易云音乐nodejs"
|
||||||
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apicache": "^0.9.0",
|
"apicache": "^1.2.0",
|
||||||
"big-integer": "^1.6.17",
|
"big-integer": "^1.6.26",
|
||||||
"express": "^4.15.2",
|
"express": "^4.16.2",
|
||||||
"request": "^2.81.0"
|
"request": "^2.83.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "^0.14.3",
|
"husky": "^0.14.3",
|
||||||
"intelli-espower-loader": "^1.0.1",
|
"intelli-espower-loader": "^1.0.1",
|
||||||
"lint-staged": "^4.0.3",
|
"lint-staged": "^6.0.1",
|
||||||
"mocha": "^3.2.0",
|
"mocha": "^5.0.0",
|
||||||
"power-assert": "^1.4.2",
|
"power-assert": "^1.4.4",
|
||||||
"prettier": "^1.5.3"
|
"prettier": "^1.10.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user