Skip to content

Commit

Permalink
Use WebUSB instead of U2F
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjv committed Mar 20, 2019
1 parent cf3d5a5 commit 3d1c6cc
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Liquality <info@liquality.io>",
"module": "src/index.js",
"browser": {
"@ledgerhq/hw-transport-node-hid": "@ledgerhq/hw-transport-u2f"
"@ledgerhq/hw-transport-node-hid": "@ledgerhq/hw-transport-webusb"
},
"main": "dist/index.cjs.js",
"files": [
Expand Down Expand Up @@ -56,6 +56,7 @@
"@ledgerhq/hw-app-eth": "^4.36.0",
"@ledgerhq/hw-transport-node-hid": "^4.35.0",
"@ledgerhq/hw-transport-u2f": "^4.35.0",
"@ledgerhq/hw-transport-webusb": "^4.46.0",
"ajv": "^6.5.2",
"axios": "^0.18.0",
"bech32": "^1.1.3",
Expand Down

0 comments on commit 3d1c6cc

Please sign in to comment.