From 6801b0cec72370e1a88fa23199d80502e2996774 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 23 Oct 2016 20:01:23 -0500 Subject: [PATCH] fix(package): use engines: node: >=4.0.0 Closes #3086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3df1bc2c..d2793924a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "url": "https://github.com/angular-ui/ui-router/issues" }, "engines": { - "node": ">4" + "node": ">=4.0.0" }, "license": "MIT", "main": "lib/ng1.js",