mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 22:21:05 +00:00
Default to type: module (#447)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@polkadot/ui-shared",
|
||||
"version": "0.70.2-0",
|
||||
"type": "module",
|
||||
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
||||
"main": "index.js",
|
||||
"sideEffects": false,
|
||||
@@ -8,7 +9,7 @@
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"color": "^3.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -16,8 +17,8 @@
|
||||
"@polkadot/util-crypto": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^5.9.3-0",
|
||||
"@polkadot/util-crypto": "^5.9.3-0",
|
||||
"@polkadot/util": "^6.0.1-4",
|
||||
"@polkadot/util-crypto": "^6.0.1-4",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/xmlserializer": "^0.6.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user