Skip to content

Commit

Permalink
Updating requirements - require node > 0.10.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tatum committed Feb 17, 2015
1 parent 04a4623 commit d09ea70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm uninstall grunt grunt-contrib-coffee grunt-contrib-watch grunt-release grunt-shell --save-dev
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mocha": "~1.13.0"
},
"engines": {
"node": ">= 0.8.x",
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"scripts": {
Expand Down

0 comments on commit d09ea70

Please sign in to comment.