From fcaa7adc61d22025a12f926105ca79693982cfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 29 Jun 2018 17:11:45 +0200 Subject: [PATCH] Drop support for Node.js 4.x, 5.x and 7.x These version are no longer supported by the Node.js project. --- .travis.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 798b008..53b824d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ sudo: false language: node_js node_js: - - "4" - "6" - - "7" - "8" diff --git a/package.json b/package.json index 163dc31..71f958e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.3.0", "description": "Current context for LoopBack applications, based on cls-hooked", "engines": { - "node": "^4.5 || ^5.10 || ^6.0 || ^7.0 || ^8.2.1" + "node": "^6.0 || ^8.2.1" }, "keywords": [ "StrongLoop",