From 882adb2b29984dc2febc491c75511cf60c3cb857 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 30 Oct 2018 13:31:42 -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 56a3c821..2d879243 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 f5fd61cc..80e5f79d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "url": "https://github.com/pelias/api/issues" }, "engines": { - "node": ">=6.0.0" + "node": ">=8.0.0" }, "dependencies": { "@mapbox/geojson-extent": "^0.3.1",