Support React >= 15 peer dependency

This commit is contained in:
Cole Chamberlain 2016-04-11 15:16:33 -07:00
parent 275f564c54
commit eef1179f21

View File

@ -58,7 +58,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"redux": "^3.0.0", "redux": "^3.0.0",
"react": "^0.14.0 || ^15.0.0-rc.1" "react": "^0.14.0 || ^15.0.0"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.2.0", "lodash": "^4.2.0",