Skip to content

Commit

Permalink
Update stale links in react package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLo123 committed Apr 26, 2024
1 parent 7a25bab commit c054a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/FusionAuth/fusionauth-react-sdk.git"
"url": "https://github.com/FusionAuth/fusionauth-javascript-sdk"
},
"author": "FusionAuth",
"license": "Apache",
"bugs": {
"url": "https://github.com/FusionAuth/fusionauth-react-sdk/issues"
"url": "https://github.com/FusionAuth/fusionauth-javascript-sdk/issues"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=10.0.0"
},
"homepage": "https://github.com/FusionAuth/fusionauth-react-sdk#readme",
"homepage": "https://github.com/FusionAuth/fusionauth-javascript-sdk/tree/main/packages/sdk-react#readme",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c054a3b

Please sign in to comment.