build(npm): bump zone.js version to 0.15.5

This commit is contained in:
Jeff Cross 2016-02-17 13:18:24 -08:00
parent 46d9c87ddc
commit ce72ccf9e8
3 changed files with 4 additions and 5 deletions

View File

@ -5835,7 +5835,7 @@
}
},
"zone.js": {
"version": "0.5.14"
"version": "0.5.15"
}
},
"name": "angular-srcs",

5
npm-shrinkwrap.json generated
View File

@ -9309,9 +9309,8 @@
}
},
"zone.js": {
"version": "0.5.14",
"from": "zone.js@0.5.14",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.5.14.tgz"
"version": "0.5.15",
"from": "zone.js@0.5.15"
}
}
}

View File

@ -36,7 +36,7 @@
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.14"
"zone.js": "0.5.15"
},
"devDependencies": {
"angular": "^1.5.0",