From b2d828a08d21718e35dd03a071d8add96f0f730a Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Fri, 10 Mar 2017 14:44:08 -0700 Subject: [PATCH] fix(package.json): Fix engines in package.json Closes https://github.com/ui-router/ng2/issues/66 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34339aefc..a45a79450 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/ui-router/ng2/issues" }, "engines": { - "node": ">6" + "node": ">=6.0.0" }, "license": "MIT", "main": "_bundles/ui-router-ng2.js",