diff --git a/package.json b/package.json index 37aa41b458f8ad88f31309b98fa2dbf3f6e200c7..878d2a55c7529023e3e5ad7877b64c25ba2ebd7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "2.7.2", + "version": "2.7.4", "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": {