Skip to content

Commit

Permalink
Merge pull request #25 from jtatum/master
Browse files Browse the repository at this point in the history
Updating .travis.yml and package.json to require node 0.10 or newer
  • Loading branch information
evansolomon committed Feb 18, 2015
2 parents e2c17a6 + d09ea70 commit cc157c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
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 cc157c5

Please sign in to comment.