提交 c230be6e 编写于 作者: B binaryify

修复歌单详情数据不完整的问题,更新依赖

上级 b18fe7c2
# 更新日志
### 2.8.9 | 2018.01.24
修复歌单详情数据不完整的问题,更新依赖
### 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
......
{
"name": "NeteaseCloudMusicApi",
"version": "2.8.8",
"version": "2.8.9",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
......@@ -8,23 +8,31 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"git add"
]
},
"keywords": ["网易云音乐", "网易云", "音乐", "网易云音乐nodejs"],
"keywords": [
"网易云音乐",
"网易云",
"音乐",
"网易云音乐nodejs"
],
"author": "",
"license": "MIT",
"dependencies": {
"apicache": "^0.9.0",
"big-integer": "^1.6.17",
"express": "^4.15.2",
"request": "^2.81.0"
"apicache": "^1.2.0",
"big-integer": "^1.6.26",
"express": "^4.16.2",
"request": "^2.83.0"
},
"devDependencies": {
"husky": "^0.14.3",
"intelli-espower-loader": "^1.0.1",
"lint-staged": "^4.0.3",
"mocha": "^3.2.0",
"power-assert": "^1.4.2",
"prettier": "^1.5.3"
"lint-staged": "^6.0.1",
"mocha": "^5.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.10.2"
}
}
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册