From 046c1a8a256f51f9963446d9996f0f9408ec6a84 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 31 Aug 2016 16:30:40 -0700 Subject: [PATCH] fix(compiler-cli): update package.json to tsc-wrapped@0.3.0 --- modules/@angular/compiler-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/compiler-cli/package.json b/modules/@angular/compiler-cli/package.json index ec09bdff5b..1c0cf77398 100644 --- a/modules/@angular/compiler-cli/package.json +++ b/modules/@angular/compiler-cli/package.json @@ -9,7 +9,7 @@ "ng-xi18n": "./src/extract_i18n.js" }, "dependencies": { - "@angular/tsc-wrapped": "^0.2.2", + "@angular/tsc-wrapped": "^0.3.0", "reflect-metadata": "^0.1.2", "parse5": "1.3.2", "minimist": "^1.2.0"