1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix mocha dependency

This commit is contained in:
Nick O'Leary 2014-03-31 13:38:35 +01:00
parent 9a7042b8dc
commit 22db06046b
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-simple-mocha": "^0.4.0",
"grunt-simple-mocha": "~0.4.0",
"mocha": "~1.12.0",
"should": "~1.2.2"
},

View File

@ -26,6 +26,7 @@ var promiseDir = nodeFn.lift(mkdirp);
var settings;
var flowsFile;
var flowsFullPath;
var credentialsFile;
var userDir;