chore(package.json): add range of supported node versions as engines

Closes #5535
This commit is contained in:
Ciro Nunes 2015-12-01 20:09:31 -02:00
parent 706990c65d
commit 093b7948be
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
"Jeremy Elbourn <jelbourn@google.com>"
],
"license": "Apache-2.0",
"engines": {
"node": ">= 4.2.1 < 5"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"