mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
updated grunt task for javascript library update
This commit is contained in:
parent
8429139406
commit
99cd327002
3 changed files with 26 additions and 28 deletions
11
package.json
11
package.json
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue