build: cut 4.0.0-rc.1

rc.0 is not part of the repo history because of a missing fix that was discovered after publishing to npm
This commit is contained in:
Igor Minar
2017-02-24 14:45:50 -08:00
parent 7b02eae0e8
commit da79ad3cec
4 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"ng-xi18n": "./src/extract_i18n.js"
},
"dependencies": {
"@angular/tsc-wrapped": "4.0.0-rc.0",
"@angular/tsc-wrapped": "4.0.0-rc.1",
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0"
},