From 2a3e634ab90ff3e8631007a4115728e60fcbef6d Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 9 Apr 2018 13:40:15 -0700 Subject: [PATCH] package.json - update engines field to require node v8.x.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 310e357ca..581d610ae 100644 --- a/package.json +++ b/package.json @@ -272,6 +272,6 @@ "watchify": "^3.9.0" }, "engines": { - "node": ">=0.8.0" + "node": ">=8.0.0" } }