Skip to content

Commit

Permalink
Merge pull request styled-components#922 from styled-components/fix/p…
Browse files Browse the repository at this point in the history
…eer-dep-yarn

Fix peer dependency of react to include v16
  • Loading branch information
k15a authored Jun 15, 2017
2 parents 47b955d + 8ccaac2 commit 77f01fa
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 @@ -125,7 +125,7 @@
"typescript": "^2.3.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
"react": ">= 0.14.0 < 17.0.0-0"
},
"jest": {
"roots": [
Expand Down

0 comments on commit 77f01fa

Please sign in to comment.