From 418623cf6d786c7f7a87c1285fa8bd97af1cc826 Mon Sep 17 00:00:00 2001 From: SneakyFish5 <32284796+SneakyFish5@users.noreply.github.com> Date: Wed, 15 Aug 2018 11:23:39 -0500 Subject: [PATCH] Drop support for Node.js v4 (Fix #2917) --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ea82aa50..9c9940a2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ node_js: - 10 - 8 - 6 - - 4 after_script: - npm run test-cov diff --git a/package.json b/package.json index 49b68d397..d9b1047ce 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">= 4" + "node": ">= 6" }, "main": "index.js", "files": [