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.
This commit is contained in:
Josh Thomas 2016-08-16 21:40:25 -05:00 committed by vikerman
parent 3c23238129
commit 44a4814766
1 changed files with 1 additions and 1 deletions

View File

@ -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"