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

Commit 247e507

Browse files
committed
feat: update to Angular 4.0 and pin @ngtools/webpack version (#107)
1 parent 6666191 commit 247e507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: installer.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ function getProjectDependencies() {
130130
};
131131

132132
if (isAngular) {
133-
dependencies["@angular/compiler-cli"] = "~2.4.3";
134-
dependencies["@ngtools/webpack"] = "1.2.10";
135-
dependencies["typescript"] = "^2.0.10";
133+
dependencies["@angular/compiler-cli"] = "~4.0.0";
134+
dependencies["@ngtools/webpack"] = "1.2.13";
135+
dependencies["typescript"] = "^2.1.0";
136136
} else {
137137
dependencies["awesome-typescript-loader"] = "~3.0.0-beta.9";
138138
}

0 commit comments

Comments
 (0)