mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: bump up zone.js version for the release (#50680)
The zone.js release commit didn't update the zone.js version in the package.json so this change fixes it. PR Close #50680
This commit is contained in:
parent
8eecc0f773
commit
d773589ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zone.js",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "Zones for JavaScript",
|
||||
"main": "./bundles/zone.umd.js",
|
||||
"module": "./fesm2015/zone.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue