Skip to content

Commit

Permalink
Allow react 17 on peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioRobayo committed Sep 24, 2021
1 parent 2ec15ca commit 82632b8
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 @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/capaj/react-tweet-embed#readme",
"peerDependencies": {
"react": ">17"
"react": ">=17"
},
"devDependencies": {
"@types/prop-types": "^15.7.4",
Expand Down

0 comments on commit 82632b8

Please sign in to comment.