Skip to content

Commit

Permalink
fix travis dep for grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr committed Nov 26, 2013
1 parent 7154293 commit c42b750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- '0.8'
- '0.10'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
Expand All @@ -34,7 +34,8 @@
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1"
"grunt": "~0.4.1",
"grunt-cli": "~0.1.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
Expand Down

0 comments on commit c42b750

Please sign in to comment.