redux-async-connect
redux-async-connect copied to clipboard
Modified the peer dependency to React 15.x.x.
trafficstars
Hi,
I check tested the code and it working with react 15.x.x (React 0.14.x doesn't have an major code breaking changes and anything which works on 0.14 should work on 15.x), so I changed the peerDependency on the project. Please review the changes (test the code if you must).
Alternatively the dependency could be specified as ^0.14.0 || ^15.0.0 or 0.14.x || 15.x.x to maintain backward compatibility.