This commit is contained in:
binaryify 2016-06-23 10:28:55 +08:00
parent 9a3bba3453
commit 178630f82d

View File

@ -1,12 +1,11 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "1.1.0", "version": "1.1.1",
"description": "网易云音乐nodejs版接口模块", "description": "网易云音乐nodejs版接口模块",
"main": "build/app.js", "main": "build/app.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "babel app.js -o build/app.js", "build": "babel app.js -o build/app.js"
"check": "node build/test.js"
}, },
"keywords": ["NeteaseCloudMusic","网易云音乐"], "keywords": ["NeteaseCloudMusic","网易云音乐"],
"author": "traveller", "author": "traveller",