From 18ae7108f524277a9dfbddea6a061c2652223561 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 16 Apr 2014 23:28:02 +0100 Subject: [PATCH] Add Grunt-cli dependency and fix Travis --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ad168d87..f90ecf717 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "main" : "red/red.js", "scripts" : { "start": "node red.js", - "test": "grunt" + "test": "./node_modules/.bin/grunt" }, "contributors": [ {"name": "Nick O'Leary"}, @@ -42,6 +42,7 @@ }, "devDependencies": { "grunt": "0.4.4", + "grunt-cli": "0.1.13", "grunt-simple-mocha": "0.4.0", "mocha": "1.18.2", "should": "3.3.1"