From e8b677a4341c0212229ecf3bcd4253a2eabac4b4 Mon Sep 17 00:00:00 2001 From: Marat Dyatko <31615495+dyatko@users.noreply.github.com> Date: Tue, 17 Jul 2018 14:04:59 +0200 Subject: [PATCH] Use Node.js 8 as a minimum engine version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65fdf8f..829563a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Lloyd Hilaiel (http://lloyd.io)", "engines": { - "node": ">= 9" + "node": ">= 8" }, "repository": { "type": "git",