wallet-connect-button-react 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # wallet-connect-button-react
2
+
3
+ A React component for wallet connection functionality.
4
+
5
+ For further explanation and documentation, visit: https://wallet-connect.eu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wallet-connect-button-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A React component for NL Wallet integration",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "https://github.com/michielmayer/wallet-connect-button-react.git"
48
+ "url": "https://github.com/kvk-innovatie/wallet-connect-button-react.git"
49
49
  },
50
- "homepage": "https://github.com/michielmayer/wallet-connect-button-react"
50
+ "homepage": "https://github.com/kvk-innovatie/wallet-connect-button-react"
51
51
  }