Skip to content

Commit

Permalink
Allow React 16 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi authored Oct 23, 2018
1 parent 9a63623 commit 1f36a6a
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 @@ -31,7 +31,7 @@
],
"license": "MIT",
"peerDependencies": {
"react": "^15.5.0"
"react": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"lodash": "^4.13.1",
Expand Down

0 comments on commit 1f36a6a

Please sign in to comment.