Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
fix(build): Added @angular/compiler-cli, @angular/tsc-wrapped package…
Browse files Browse the repository at this point in the history
…s for build (#17)
  • Loading branch information
brandonroberts authored and MikeRyanDev committed Sep 13, 2016
1 parent 7fa4968 commit 878a4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
"devDependencies": {
"@angular/common": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/compiler-cli": "^0.5.0",
"@angular/compiler-cli": "^0.6.0",
"@angular/core": "^2.0.0-rc.6",
"@angular/platform-browser": "^2.0.0-rc.6",
"@angular/platform-browser-dynamic": "^2.0.0-rc.6",
"@angular/platform-server": "^2.0.0-rc.6",
"@angular/router": "^3.0.0-rc.2",
"@angular/tsc-wrapped": "^0.3.0",
"@ngrx/core": "^1.0.0",
"@ngrx/store": "^2.0.0",
"@types/jasmine": "^2.2.33",
Expand Down

0 comments on commit 878a4a8

Please sign in to comment.