chore(tsc-wrapped): bump version number to 4.0.0-beta.2

This was done in order for us to be able to publish tsc-wrapped as @next tag on npm.

The next step is to change the build scripts to version and release @angular/tsc-wrapped
together with all the other packages. I'll create an issue/PR for this.
This commit is contained in:
Igor Minar
2017-01-05 17:53:07 -08:00
parent ccb65893bf
commit 1c85e99588
2 changed files with 2 additions and 2 deletions

View File

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