mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 15:41:01 +00:00
Default to type: module (#447)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"sideEffects": [
|
||||
"./detectPackage.js",
|
||||
"./detectPackage.mjs"
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"repository": "github:polkadot-js/apps",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -12,12 +13,12 @@
|
||||
"contributors": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@polkadot/hw-ledger": "^5.9.3-0",
|
||||
"@polkadot/keyring": "^5.9.3-0",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/hw-ledger": "^6.0.1-4",
|
||||
"@polkadot/keyring": "^6.0.1-4",
|
||||
"@polkadot/ui-settings": "0.70.2-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/x-rxjs": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/x-rxjs": "^6.0.1-4",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user