updated grunt task for javascript library update

This commit is contained in:
Keivan Beigi 2013-04-18 11:01:21 -07:00
commit 99cd327002
3 changed files with 26 additions and 28 deletions

View file

@ -4,7 +4,7 @@
"description": "NZBDrone\r =====",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"preinstall": "npm install grunt-cli -g"
},
"repository": {
"type": "git",
@ -23,10 +23,7 @@
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-wrap": "*",
"grunt-curl": "*",
"grunt-notify":"*"
},
"scripts": {
"preinstall": "npm install grunt-cli -g"
}
"grunt-curl": "~0.6.0",
"grunt-notify": "*"
}
}