8000 fix(aot-tools): add missing tsc-wrapped dep · datatypevoid/angular-cli@98e75a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98e75a4

Browse files
filipesilvaBrocco
authored andcommitted
fix(aot-tools): add missing tsc-wrapped dep
Fix angular#2498 Close angular#2598
1 parent 067c63c commit 98e75a4

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)
0