Skip to content

Commit

Permalink
Merge pull request #9 from schneidmaster/react-16
Browse files Browse the repository at this point in the history
Add React 16 to peerDependency version range.
  • Loading branch information
Claudéric Demers authored Jun 9, 2018
2 parents 74d8483 + d02a998 commit fc92a66
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 @@ -35,6 +35,6 @@
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react": "^15.5.0"
"react": "^15.5.0 || ^16"
}
}

0 comments on commit fc92a66

Please sign in to comment.