mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-27 01:08:00 +00:00
Re-enable esnext builds (#398)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.62.2-3",
|
||||
"description": "Manages app settings",
|
||||
"main": "index.js",
|
||||
"module": "esnext/index.js",
|
||||
"module": "index.mjs",
|
||||
"sideEffects": false,
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [
|
||||
@@ -12,8 +12,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/networks": "^4.0.2-7",
|
||||
"@polkadot/util": "^4.0.2-7",
|
||||
"@polkadot/networks": "^4.0.2-8",
|
||||
"@polkadot/util": "^4.0.2-8",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user