From 6f62ad4a84f8db64c9fff04dc1e753fac89de7ae Mon Sep 17 00:00:00 2001 From: crisbeto Date: Fri, 14 Oct 2016 21:07:05 +0200 Subject: [PATCH] chore(): update `engines` to match angular Updates the `engines` section in the `package.json` to match the one from Angular. Fixes #1502. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90439a252542..02a22fbeb095 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "version": "2.0.0-alpha.9-3", "license": "MIT", "engines": { - "node": ">= 4.2.1 < 5" + "node": ">= 5.4.1 < 7" }, "dependencies": { "@angular/common": "^2.0.0",