* Swap with USB libs

* Update dev

* Bump deps
This commit is contained in:
Jaco Greeff
2020-11-11 13:36:38 +01:00
committed by GitHub
parent 3c743bd668
commit c71da72328
17 changed files with 142 additions and 154 deletions
+2 -3
View File
@@ -3,15 +3,14 @@
"version": "0.62.2-9",
"description": "Manages app settings",
"main": "index.js",
"module": "esm/index.js",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^4.0.2-11",
"@polkadot/util": "^4.0.2-11",
"@polkadot/networks": "^4.0.2-12",
"@polkadot/util": "^4.0.2-12",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},