Skip to content

Commit

Permalink
Merge pull request #3 from andyli/patch-1
Browse files Browse the repository at this point in the history
fine with react 16
  • Loading branch information
cudr committed Jul 24, 2020
2 parents 7292d66 + 86bce20 commit 4e0f996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"homepage": "https://github.com/cudr/react-telegram-embed#readme",
"peerDependencies": {
"react": "^15.5.4"
"react": ">=15.5.4"
},
"dependencies": {
"react": "^15.5.4",
"react": ">=15.5.4",
"webpack": "^2.6.1"
},
"devDependencies": {
Expand Down

0 comments on commit 4e0f996

Please sign in to comment.