From 239797dc31da77eb6ff1140c5598bd2d8278d41b Mon Sep 17 00:00:00 2001 From: Izaak Schroeder Date: Sat, 11 Feb 2017 21:40:53 -0800 Subject: [PATCH] Strip `engines` from `package.json`. It's obviously compatible with more than just node 6. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 2c88251..6519d5b 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,5 @@ "react-redux": "^4.4.5", "react-router": "^2.7.0", "redux": "^3.5.2" - }, - "engines": { - "node": "6.3.1" } }