mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-13 14:31:01 +00:00
Default to type: module (#447)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@polkadot/ui-settings",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Manages app settings",
|
||||
"main": "index.js",
|
||||
"sideEffects": false,
|
||||
@@ -8,9 +9,9 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@polkadot/networks": "^5.9.3-0",
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/networks": "^6.0.1-4",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user