mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-23 17:41:04 +00:00
Re-enable esnext builds (#398)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.62.2-3",
|
||||
"description": "Renders an SVG picture representing an address",
|
||||
"main": "index.js",
|
||||
"module": "esnext/index.js",
|
||||
"module": "index.mjs",
|
||||
"sideEffects": false,
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [
|
||||
@@ -13,8 +13,8 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/ui-shared": "0.62.2-3",
|
||||
"@polkadot/util": "^4.0.2-7",
|
||||
"@polkadot/util-crypto": "^4.0.2-7",
|
||||
"@polkadot/util": "^4.0.2-8",
|
||||
"@polkadot/util-crypto": "^4.0.2-8",
|
||||
"react-native-svg": "^12.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user