From d445cd6ea3d906039e0361135401d8c4f2dfee54 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 27 Nov 2017 15:22:42 +0000 Subject: [PATCH] Bump Node devEngines to 8.x --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index bcbc98450d..fe01920326 100644 --- a/package.json +++ b/package.json @@ -96,8 +96,7 @@ "yargs": "^6.3.0" }, "devEngines": { - "node": "4.x || 5.x || 6.x || 7.x || 8.x", - "npm": "2.x || 3.x || 4.x || 5.x" + "node": "8.x" }, "scripts": { "build": "npm run version-check && node scripts/rollup/build.js",