Skip to content

Commit d747626

Browse files
committed
fix(aot-tools): add missing tsc-wrapped dep
Fix #2498
1 parent de3c275 commit d747626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ast-tools/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
},
2121
"homepage": "https://github.com/angular/angular-cli",
2222
"dependencies": {
23+
"@angular/tsc-wrapped": "^0.3.0",
2324
"rxjs": "5.0.0-beta.11",
2425
"denodeify": "^1.2.1",
25-
"typescript": "2.0.0"
26+
"typescript": "2.0.2"
2627
}
2728
}

0 commit comments

Comments
 (0)