Skip to content

Commit

Permalink
fix(aot-tools): add missing tsc-wrapped dep
Browse files Browse the repository at this point in the history
Fix #2498
Close #2598
  • Loading branch information
filipesilva committed Oct 17, 2016
1 parent 6f8b1b5 commit 1587c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ast-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
},
"homepage": "https://github.com/angular/angular-cli",
"dependencies": {
"@angular/tsc-wrapped": "^0.3.0",
"rxjs": "5.0.0-beta.11",
"denodeify": "^1.2.1",
"typescript": "2.0.0"
"typescript": "2.0.2"
}
}

0 comments on commit 1587c1b

Please sign in to comment.