Skip to content

Commit b1558f2

Browse files
committed
fix(@ngtools/webpack): update engine to node 6.9 minumum
Fix #6608
1 parent e5e7234 commit b1558f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/webpack",
2323
"engines": {
24-
"node": ">= 4.1.0",
24+
"node": ">= 6.9.0",
2525
"npm": ">= 3.0.0"
2626
},
2727
"dependencies": {

0 commit comments

Comments
 (0)