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 ### 2.8.4 | 2018.01.15
优化 cookie 设置 优化 cookie 设置

View File

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