From 5d7fc72a255c45ead8766f5cf07fffb050c08d0d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 14 Jun 2018 22:20:41 +0300 Subject: [PATCH] feat: drop Node.js 4 support BREAKING CHANGE: Node.js 4 is not supported anymore --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4005ab8e81..0715b57272 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - 4 - 6 - 8 - 10 diff --git a/package.json b/package.json index d635af105d..0c9f02ad35 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "https://www.kochan.io/" }, "engines": { - "node": ">=4" + "node": ">=6" }, "license": "MIT", "bugs": {