Skip to content

Commit

Permalink
chore(tsc-wrapped): bump version number to 4.0.0-beta.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
IgorMinar committed Jan 6, 2017
1 parent ccb6589 commit 1c85e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/@angular/compiler-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/@angular/tsc-wrapped/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/tsc-wrapped",
"version": "0.5.0",
"version": "4.0.0-beta.2",
"description": "Wraps the tsc CLI, allowing extensions.",
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
"bugs": "https://github.com/angular/angular/issues",
Expand Down

0 comments on commit 1c85e99

Please sign in to comment.