@txnlab/use-wallet 0.0.3 → 0.0.4
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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,12 +18,12 @@ Install with NPM.
|
|
|
18
18
|
npm install @txnlab/use-wallet
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
Install
|
|
21
|
+
Install peer dependencies if you don't have them.
|
|
22
22
|
|
|
23
23
|
With Yarn.
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
yarn add @blockshake/defly-connect @perawallet/connect @randlabs/myalgo-connect @walletconnect/client
|
|
26
|
+
yarn add algosdk @blockshake/defly-connect @perawallet/connect @randlabs/myalgo-connect @walletconnect/client
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
With NPM.
|
package/package.json
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/txnlab/use-wallet/issues"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "
|
|
15
|
-
"version": "0.0.
|
|
14
|
+
"homepage": "https://txnlab.github.io/use-wallet",
|
|
15
|
+
"version": "0.0.4",
|
|
16
16
|
"description": "React hooks for using Algorand compatible wallets in dApps.",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "yarn storybook",
|