Skip to content

Commit

Permalink
Merge pull request #29 from jeremyruppel/node
Browse files Browse the repository at this point in the history
Remove upper bound from engine spec. Fixes #28
  • Loading branch information
jeremyruppel committed Dec 24, 2015
2 parents afb318d + 76551ae commit 86a4f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
language: node_js
sudo: false
node_js:
- "5.0"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
before_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"browser": "lib/underscore.inflection.js",
"engines": {
"node": ">=0.10.0 <0.12"
"node": ">0.10.0"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 86a4f78

Please sign in to comment.