Added React v16 peer dependency support

This commit is contained in:
Tyler Cook 2017-10-12 10:38:27 -05:00
parent 33c6f314d8
commit f899f15153

View File

@ -60,7 +60,7 @@
"webpack": "^1.11.0"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0",
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-redux": "^4.0.0 || ^5.0.0",
"redux": "^3.5.2"
},