From d84dd5e95cdda47b426f0588e78ec7d186c5d283 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 13 Sep 2019 11:51:17 -0400 Subject: [PATCH] feat(Node.js): Drop support for Node.js 6 Connects https://github.com/pelias/pelias/issues/752 --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60235aa..5cff975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: node_js notifications: email: false node_js: - - 6 - 8 - 10 matrix: diff --git a/package.json b/package.json index f63964d..dbc2fb8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/pelias/blacklist-stream/issues" }, "engines": { - "node": ">=6.0.0" + "node": ">=8.0.0" }, "dependencies": { "pelias-config": "^4.1.0",