Skip to content

Commit

Permalink
Added support for React 16 as a peer dependency (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-walker authored and alexreardon committed Jan 10, 2018
1 parent b554655 commit e0a5e32
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 @@ -83,7 +83,7 @@
"styled-components": "^2.2.3"
},
"peerDependencies": {
"react": ">=15.4.0"
"react": ">=15.4.0 || ^16.0.0"
},
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit e0a5e32

Please sign in to comment.