Skip to content

Commit

Permalink
Merge pull request #157 from jhabdas/chore/node5engine
Browse files Browse the repository at this point in the history
chore(package): update allowed engines for node 4 and 5
  • Loading branch information
philikon committed Mar 16, 2016
2 parents ae362be + 6057fe3 commit b41f300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "4"
- "5"
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "npm run lint"
},
"engines": {
"node": "^4.0.0"
"node": ">=4.0.0 <6"
},
"peerDependencies": {
"react-native": ">=0.13.0",
Expand Down

0 comments on commit b41f300

Please sign in to comment.