File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
## Install
16
16
17
- This has peer dependencies of ` rxjs@5.0.* ` and ` redux ` , which will have to be installed as well.
17
+ This has peer dependencies of ` rxjs@5.x.x ` and ` redux ` , which will have to be installed as well.
18
18
19
19
``` bash
20
20
npm install --save redux-observable
Original file line number Diff line number Diff line change 62
62
"homepage" : " https://github.com/redux-observable/redux-observable#README.md" ,
63
63
"peerDependencies" : {
64
64
"redux" : " 3.*" ,
65
- "rxjs" : " ^5.0.0-beta.10 "
65
+ "rxjs" : " ^5.0.0"
66
66
},
67
67
"devDependencies" : {
68
68
"@types/chai" : " ^3.4.34" ,
93
93
"mocha" : " ^3.0.1" ,
94
94
"redux" : " ^3.5.2" ,
95
95
"rimraf" : " ^2.5.4" ,
96
- "rxjs" : " ^5.0.0-beta.10 " ,
96
+ "rxjs" : " ^5.0.0" ,
97
97
"sinon" : " 1.17.7" ,
98
98
"typescript" : " ^2.1.4" ,
99
99
"webpack" : " ^2.2.1" ,
You can’t perform that action at this time.
0 commit comments