mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add Grunt-cli dependency and fix Travis
This commit is contained in:
parent
b8bcd57cda
commit
18ae7108f5
@ -11,7 +11,7 @@
|
|||||||
"main" : "red/red.js",
|
"main" : "red/red.js",
|
||||||
"scripts" : {
|
"scripts" : {
|
||||||
"start": "node red.js",
|
"start": "node red.js",
|
||||||
"test": "grunt"
|
"test": "./node_modules/.bin/grunt"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{"name": "Nick O'Leary"},
|
{"name": "Nick O'Leary"},
|
||||||
@ -42,6 +42,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.4",
|
"grunt": "0.4.4",
|
||||||
|
"grunt-cli": "0.1.13",
|
||||||
"grunt-simple-mocha": "0.4.0",
|
"grunt-simple-mocha": "0.4.0",
|
||||||
"mocha": "1.18.2",
|
"mocha": "1.18.2",
|
||||||
"should": "3.3.1"
|
"should": "3.3.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user