diff --git a/package.json b/package.json index d0615d5f..8fccf436 100644 --- a/package.json +++ b/package.json @@ -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": {