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:
Alex Eagle 2016-02-10 16:13:02 -08:00
parent 7cbf88a691
commit fc887774da
1 changed files with 2 additions and 2 deletions

View File

@ -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",