From 6f5aff1d9093574859e17b4370893cc5272dd243 Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Thu, 14 Mar 2013 22:28:57 +0000 Subject: [PATCH] Pin grunt (so travis works). --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85fe99a..682bf4f 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,10 @@ "devDependencies": { "grunt-coffee": "~> 0.0.6", "grunt-mocha": "~> 0.1.7", - "grunt-contrib-less": "~> 0.3.2" + "grunt-contrib-less": "~> 0.3.2", + "grunt": "~> 0.3.17" }, "scripts": { - "test": "grunt coffee mocha" + "test": "./node_modules/.bin/grunt coffee mocha" } }