Skip to content

Commit

Permalink
Remove upper bound from engine spec. Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyruppel committed Dec 24, 2015
1 parent afb318d commit 76551ae
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 76551ae

Please sign in to comment.