Skip to content

Commit

Permalink
add repository field back to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler McDonald <[email protected]>
  • Loading branch information
tmctl committed Jan 30, 2024
1 parent 2f19ee4 commit 70adb6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@hashgraph/hedera-wallet-connect",
"version": "1.0.6",
"description": "A library to facilitate integrating Hedera with WalletConnect",
"repository": {
"type": "git",
"url": "git+https://github.com/hashgraph/hedera-wallet-connect.git"
},
"main": "./dist/node-cjs.js",
"module": "./dist/node-esm.js",
"browser": {
Expand Down

0 comments on commit 70adb6a

Please sign in to comment.