Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(rxjs): update rxjs to v5 non-beta (#191)
BREAKING CHANGE:

RxJS v5 non-beta (e.g. 5.1.0) is now required. Upgrading from rxjs 5
beta to latest should be easy in most cases.
  • Loading branch information
jayphelps authored and rgbkrk committed Feb 10, 2017
1 parent 82e1af8 commit 857e8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@

## Install

This has peer dependencies of `rxjs@5.0.*` and `redux`, which will have to be installed as well.
This has peer dependencies of `rxjs@5.x.x` and `redux`, which will have to be installed as well.

```bash
npm install --save redux-observable
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,7 @@
"homepage": "https://github.com/redux-observable/redux-observable#README.md",
"peerDependencies": {
"redux": "3.*",
"rxjs": "^5.0.0-beta.10"
"rxjs": "^5.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
Expand Down Expand Up @@ -93,7 +93,7 @@
"mocha": "^3.0.1",
"redux": "^3.5.2",
"rimraf": "^2.5.4",
"rxjs": "^5.0.0-beta.10",
"rxjs": "^5.0.0",
"sinon": "1.17.7",
"typescript": "^2.1.4",
"webpack": "^2.2.1",
Expand Down

0 comments on commit 857e8d0

Please sign in to comment.