From 44a4814766316237b96633304040417948dd1ee5 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Tue, 16 Aug 2016 21:40:25 -0500 Subject: [PATCH] Update package.json (#10609) Update compiler-cli dependencies to increment tsc-wrapped to 0.2.2. It appears this was missed in the rc5 release. --- 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 11760c5c75..6b06d2ce05 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.0", + "@angular/tsc-wrapped": "^0.2.2", "reflect-metadata": "^0.1.2", "parse5": "1.3.2", "minimist": "^1.2.0"