Attempt to fix travis by adding grunt-cli
This commit is contained in:
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…
Reference in New Issue
Block a user