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:
parent
3c23238129
commit
44a4814766
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue