From 5762f9e7380d4073864ceec01fd0723c796bd534 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 27 May 2013 22:19:26 +0100 Subject: [PATCH] Updating package.json with grunt-cli package for travis --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cf04c5962..54a2841d17 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "start": "node app", - "test": "grunt validate" + "test": "grunt validate --verbose" }, "dependencies": { "express": "3.1.x", @@ -23,6 +23,7 @@ }, "devDependencies": { "grunt": "~0.4.1", + "grunt-cli": "0.1.9", "grunt-jslint": "0.2.x", "should": "~1.2.2", "grunt-mocha-test": "~0.4.0",