Skip to content

Commit

Permalink
fix(@angular/cli): update version of zone.js to support Angular 4.0.0…
Browse files Browse the repository at this point in the history
…-rc.5

Fixes angular#5480
  • Loading branch information
Brocco committed Mar 17, 2017
1 parent 9b52253 commit 309b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/blueprints/ng/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/router": "<%= ng4 ? '>=4.0.0-beta <5.0.0' : '^3.4.0' %>",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6"
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "<%= version %>",
Expand Down

0 comments on commit 309b2e3

Please sign in to comment.