From 093b7948be2d767570e0dd9cede58f2688071757 Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Tue, 1 Dec 2015 20:09:31 -0200 Subject: [PATCH] chore(package.json): add range of supported node versions as engines Closes #5535 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 3597a9feed..b11dae3462 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,9 @@ "Jeremy Elbourn " ], "license": "Apache-2.0", + "engines": { + "node": ">= 4.2.1 < 5" + }, "repository": { "type": "git", "url": "https://github.com/angular/angular.git"