Skip to content

Commit 015ca47

Browse files
committed
Revert "fix(compiler): fix versions of @angular/tsc-wrapped"
This reverts commit 2fe6fb1.
1 parent f32e287 commit 015ca47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/@angular/compiler-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ng-xi18n": "./src/extract_i18n.js"
1010
},
1111
"dependencies": {
12-
"@angular/tsc-wrapped": "^0.4.0",
12+
"@angular/tsc-wrapped": "^0.3.0",
1313
"reflect-metadata": "^0.1.2",
1414
"minimist": "^1.2.0"
1515
},

tools/@angular/tsc-wrapped/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/tsc-wrapped",
3-
"version": "0.4.1",
3+
"version": "0.2.2",
44
"description": "Wraps the tsc CLI, allowing extensions.",
55
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
66
"bugs": "https://github.com/angular/angular/issues",

0 commit comments

Comments
 (0)