Skip to content

Commit

Permalink
fix: update package homepage link (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini authored Mar 5, 2024
1 parent bba1323 commit 14c2c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dapp-kit-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vechain/dapp-kit-react",
"version": "1.0.11",
"private": false,
"homepage": "https://github.com/vechainfoundation/vechain-dapp-kit",
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
"license": "MIT",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typescript",
"lit"
],
"homepage": "https://github.com/vechainfoundation/vechain-dapp-kit",
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
"license": "MIT",
"author": "Davide Carpini",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vechain/dapp-kit",
"version": "1.0.11",
"private": false,
"homepage": "https://github.com/vechainfoundation/vechain-dapp-kit",
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 14c2c9e

Please sign in to comment.