Re-enable esnext builds (#398)

This commit is contained in:
Jaco Greeff
2020-11-10 14:19:29 +01:00
committed by GitHub
parent 24b91a73c7
commit e5a8d695bb
11 changed files with 118 additions and 110 deletions
+3 -3
View File
@@ -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": {