Pin grunt (so travis works).

This commit is contained in:
Olly Smith 2013-03-14 22:28:57 +00:00 committed by Marcin Chwedziak
parent 4cab2bbabb
commit 6f5aff1d90

View File

@ -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"
}
}