From c4f9f5be7a7e8693b87a0d22519ec06876b16418 Mon Sep 17 00:00:00 2001 From: Eugene Kuzmenko Date: Sat, 21 Jan 2017 09:55:25 +0100 Subject: [PATCH] [fixed] increased the requirement for the Node.js version to >=6.9.4 (Latest LTS: Boron), from now on `webcompiler` will always require at least the latest LTS version of Node.js --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5de91b..ebadf06 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.", "main": "lib/index.js", "engines": { - "node": ">=6.8.1", - "npm": ">=3.10.8" + "node": ">=6.9.4", + "npm": ">=3.10.10" }, "scripts": { "test": "babel-node ./node_modules/.bin/isparta cover _mocha --root src -- -R nyan",