提交 6ecf6183 编写于 作者: B binaryify

修复了docker自动构建的一些问题, 更新了文档

上级 854ac29d
# 更新日志 # 更新日志
### 2.9.0 | 2018.01.26 ### 2.9.1 | 2018.01.26
docker 构建文件的一些增强以及增加访问日志和调试输出 docker 构建文件的一些增强以及增加访问日志和调试输出
......
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "2.9.0", "version": "2.9.1",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
...@@ -8,17 +8,9 @@ ...@@ -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": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册