Skip to content

Commit

Permalink
feat: Merge pull request #16 from pelias/require-node4
Browse files Browse the repository at this point in the history
Require Node.js 4.0 or greater
  • Loading branch information
orangejulius authored Oct 17, 2016
2 parents 6465017 + 8fb50d1 commit af112b4
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 @@ -6,7 +6,6 @@ cache:
notifications:
email: false
node_js:
- 0.12
- 4
- 6
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/pelias/polygon-lookup/issues"
},
"engines": {
"node": ">=0.10.26",
"node": ">=4.0.0",
"npm": ">=1.4.3",
"elasticsearch": ">=1.1.1"
},
Expand Down

0 comments on commit af112b4

Please sign in to comment.