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

Commit

Permalink
feat: update to Angular 4.0 and pin @ngtools/webpack version (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 committed Mar 31, 2017
1 parent 6666191 commit 247e507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ function getProjectDependencies() {
};

if (isAngular) {
dependencies["@angular/compiler-cli"] = "~2.4.3";
dependencies["@ngtools/webpack"] = "1.2.10";
dependencies["typescript"] = "^2.0.10";
dependencies["@angular/compiler-cli"] = "~4.0.0";
dependencies["@ngtools/webpack"] = "1.2.13";
dependencies["typescript"] = "^2.1.0";
} else {
dependencies["awesome-typescript-loader"] = "~3.0.0-beta.9";
}
Expand Down

0 comments on commit 247e507

Please sign in to comment.