Skip to content

Commit e4af65a

Browse files
crisbetojelbourn
authored andcommitted
chore(): update engines to match angular (#1504)
Updates the `engines` section in the `package.json` to match the one from Angular. Fixes #1502.
1 parent 6ea49da commit e4af65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": "2.0.0-alpha.9-3",
2121
"license": "MIT",
2222
"engines": {
23-
"node": ">= 4.2.1 < 5"
23+
"node": ">= 5.4.1 < 7"
2424
},
2525
"dependencies": {
2626
"@angular/common": "^2.0.0",

0 commit comments

Comments
 (0)