This commit is contained in:
binaryify
2017-11-26 07:13:47 +08:00
parent 085ee14cc8
commit 74211d01d9

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "2.7.2", "version": "2.7.4",
"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": {