Skip to content

Commit d527f28

Browse files
1.35.0-0.0.1: [fix] Make mew wallet an optional dep (#709)
1 parent e5a6a06 commit d527f28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.35.0",
3+
"version": "1.35.0-0.0.1",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",
@@ -63,7 +63,6 @@
6363
"@ledgerhq/hw-app-eth": "^5.49.0",
6464
"@ledgerhq/hw-transport-u2f": "^5.21.0",
6565
"@ledgerhq/hw-transport-webusb": "5.53.0",
66-
"@myetherwallet/mewconnect-web-client": "^2.2.0-beta.11",
6766
"@portis/web3": "^4.0.0",
6867
"@shapeshiftoss/hdwallet-core": "^1.15.2",
6968
"@shapeshiftoss/hdwallet-keepkey": "^1.15.2",
@@ -86,6 +85,9 @@
8685
"walletlink": "^2.1.11",
8786
"web3-provider-engine": "^15.0.4"
8887
},
88+
"optionalDependencies": {
89+
"@myetherwallet/mewconnect-web-client": "^2.2.0-beta.11"
90+
},
8991
"resolutions": {
9092
"authereum/web3-utils/underscore": "^1.12.1",
9193
"authereum/ethereum-private-key-to-address/meow/trim-newlines": "^3.0.1",

0 commit comments

Comments
 (0)