chore(package.json): add range of supported node versions as engines
Closes #5535
This commit is contained in:
parent
706990c65d
commit
093b7948be
|
@ -18,6 +18,9 @@
|
||||||
"Jeremy Elbourn <jelbourn@google.com>"
|
"Jeremy Elbourn <jelbourn@google.com>"
|
||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 4.2.1 < 5"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/angular/angular.git"
|
"url": "https://github.com/angular/angular.git"
|
||||||
|
|
Loading…
Reference in New Issue