mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
修复了docker自动构建的一些问题, 更新了文档
This commit is contained in:
parent
854ac29d29
commit
6ecf6183f0
@ -1,6 +1,6 @@
|
||||
# 更新日志
|
||||
|
||||
### 2.9.0 | 2018.01.26
|
||||
### 2.9.1 | 2018.01.26
|
||||
|
||||
docker 构建文件的一些增强以及增加访问日志和调试输出
|
||||
|
||||
|
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "2.9.0",
|
||||
"version": "2.9.1",
|
||||
"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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user