Skip to content

Commit

Permalink
Merge pull request #4 from DarylBuckle/issue-3
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
DarylBuckle authored Feb 6, 2022
2 parents 30bf72e + 1dc43c2 commit e2c124f
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-oauth2-authcode-provider",
"version": "0.1.2",
"version": "0.1.3",
"description": "A component that can wrap react single page applications to implement authentication with OAuth2 Authorization Code Flow.",
"author": "DarylBuckle",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"publish": "npm publish"
},
"peerDependencies": {
"react": "^16.0.0",
"axios": "^0.19.0"
"react": ">=16.0.0",
"axios": ">=0.19.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down

0 comments on commit e2c124f

Please sign in to comment.