Skip to content

Commit

Permalink
Add React 16 as a valid peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Feb 22, 2017
1 parent 573db0b commit 771cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"loose-envify": "^1.1.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
"redux": "^2.0.0 || ^3.0.0"
},
"browserify": {
Expand Down

0 comments on commit 771cbf0

Please sign in to comment.