Skip to content

Commit

Permalink
#5 support React 17
Browse files Browse the repository at this point in the history
  • Loading branch information
josephj committed May 8, 2021
1 parent a1528bc commit 80c2397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-icalendar-link",
"version": "2.0.1",
"version": "2.0.2",
"description": "Ability to create link for downloading ics file",
"author": "josephj",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": ">= 15.0.0",
"react-dom": ">= 15.0.0"
},
"devDependencies": {
"@types/jest": "^23.1.5",
Expand Down

0 comments on commit 80c2397

Please sign in to comment.