Skip to content

Commit

Permalink
Merge pull request #152 from romiem/patch-1
Browse files Browse the repository at this point in the history
React 17 support
  • Loading branch information
nmn authored May 14, 2021
2 parents d97f661 + 6c5bc24 commit 9357a0c
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
@@ -1,6 +1,6 @@
{
"name": "react-timeago",
"version": "5.2.0",
"version": "5.2.1",
"description": "A simple Time-Ago component for ReactJs",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/nmn/react-timeago",
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.11.0",
Expand Down

0 comments on commit 9357a0c

Please sign in to comment.