fix(release): need to depend on latest rxjs and zone.js
The version in our package.json gets copied to the one we publish, and users need the latest of these.
This commit is contained in:
parent
7cbf88a691
commit
fc887774da
|
@ -35,8 +35,8 @@
|
|||
"es6-promise": "^3.0.2",
|
||||
"es6-shim": "^0.33.3",
|
||||
"reflect-metadata": "0.1.2",
|
||||
"rxjs": "5.0.0-beta.0",
|
||||
"zone.js": "0.5.13"
|
||||
"rxjs": "^5.0.0-beta.2",
|
||||
"zone.js": "^0.5.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular": "^1.5.0",
|
||||
|
|
Loading…
Reference in New Issue