Skip to content

Commit

Permalink
feat(Node.js): Drop support for Node.js 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js 6 support is removed

Connects pelias/pelias#752
  • Loading branch information
orangejulius committed Nov 3, 2018
1 parent 2b195b6 commit d177d93
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 @@ -3,7 +3,6 @@ language: node_js
notifications:
email: false
node_js:
- 6
- 8
- 10
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "A fast, local, streaming Who's On First administrative hierarchy lookup.",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d177d93

Please sign in to comment.