Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 70e60a6

Browse files
authored
feat(deps): update to @ngtools/webpack v1.2.10 (#84)
1 parent bc2c6ec commit 70e60a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: installer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function getProjectDependencies() {
131131

132132
if (isAngular) {
133133
dependencies["@angular/compiler-cli"] = "~2.4.3";
134-
dependencies["@ngtools/webpack"] = "1.2.4";
134+
dependencies["@ngtools/webpack"] = "1.2.10";
135135
dependencies["typescript"] = "^2.0.10";
136136
dependencies["htmlparser2"] = "~3.9.2";
137137
} else {

0 commit comments

Comments
 (0)