This commit is contained in:
binaryify 2018-01-16 13:40:03 +08:00
parent 1e7606077d
commit 4856050bb1
2 changed files with 7 additions and 11 deletions

View File

@ -1,5 +1,9 @@
# 更新日志
### 2.8.5 | 2018.01.16
修复评论点赞失败的问题
### 2.8.4 | 2018.01.15
优化 cookie 设置

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "2.8.4",
"version": "2.8.5",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
@ -8,17 +8,9 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
"*.js": ["prettier --write", "git add"]
},
"keywords": [
"网易云音乐",
"网易云",
"音乐",
"网易云音乐nodejs"
],
"keywords": ["网易云音乐", "网易云", "音乐", "网易云音乐nodejs"],
"author": "",
"license": "MIT",
"dependencies": {