Skip to content

Commit

Permalink
Merge pull request #7 from bell-steven/patch-1
Browse files Browse the repository at this point in the history
add react v16 as a peer dependency
  • Loading branch information
Cédric Delpoux committed Nov 14, 2017
2 parents 4d95afa + 07cc620 commit c9bee37
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 @@ -39,7 +39,7 @@
},
"peerDependencies": {
"prop-types": "^15.5.0",
"react": "^15.5.0"
"react": "^15.5.0 || ^16.0.0"
},
"scripts": {
"clean": "rm -rf lib",
Expand Down

0 comments on commit c9bee37

Please sign in to comment.