Skip to content

Commit 125d498

Browse files
committed
feat(Node.js): Drop support for Node.js 6
Connects pelias/pelias#752
1 parent 39ea634 commit 125d498

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: node_js
33
notifications:
44
email: false
55
node_js:
6-
- 6
76
- 8
87
- 10
98
matrix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"description": "The centralized logger package for Pelias.",
55
"engines": {
6-
"node": ">=6.0.0"
6+
"node": ">=8.0.0"
77
},
88
"keywords": [
99
"pelias",

0 commit comments

Comments
 (0)