Attempt to fix travis by adding grunt-cli

pull/23/head
Kyle Robinson Young 12 years ago
parent 38617875b4
commit 93515b4566

@ -25,7 +25,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit -v"
"test": "./node_modules/.bin/grunt nodeunit -v"
},
"dependencies": {
"gaze": "~0.2.0"
@ -34,7 +34,8 @@
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-nodeunit": "~0.1.0",
"grunt-contrib-internal": "*",
"grunt": "~0.4.0a"
"grunt": "~0.4.0a",
"grunt-cli": "~0.1.0"
},
"keywords": [
"gruntplugin", "watch"

Loading…
Cancel
Save