Swap with USB libs (#400)

This commit is contained in:
Jaco Greeff
2020-11-10 22:31:26 +01:00
committed by GitHub
parent 03db260ed6
commit 1e2fdfba58
5 changed files with 44 additions and 29 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@polkadot/ledger-transports",
"version": "0.62.2-8",
"repository": "https://github.com/polkadot-js/ui.git",
"repository": "github:polkadot-js/ui",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
@@ -19,6 +19,6 @@
"@types/ledgerhq__hw-transport-webusb": "^4.70.1"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.28.0"
"@ledgerhq/hw-transport-node-hid-singleton": "^5.28.0"
}
}