From cfafd9aa820848fa76a46b55fd3fbfb93f05c93d Mon Sep 17 00:00:00 2001 From: "C.J. Winslow" Date: Fri, 20 Apr 2018 12:03:44 -0700 Subject: [PATCH] feat: allow node >=6 (#26) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b39bc9cf..b3867852 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Kent C. Dodds (http://kentcdodds.com/)", "license": "MIT", "engines": { - "node": "> 6" + "node": ">=6" }, "scripts": { "add-contributor": "kcd-scripts contributors add",