Default to type: module (#447)

This commit is contained in:
Jaco Greeff
2021-03-02 21:43:36 +01:00
committed by GitHub
parent 100f22bcfe
commit 0eebd52577
15 changed files with 217 additions and 210 deletions
+6 -5
View File
@@ -1,22 +1,23 @@
{
"name": "@polkadot/react-identicon",
"version": "0.70.2-0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"sideEffects": [
"./detectPackage.js",
"./detectPackage.mjs"
"./detectPackage.cjs"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.8",
"@polkadot/keyring": "^5.9.3-0",
"@babel/runtime": "^7.13.9",
"@polkadot/keyring": "^6.0.1-4",
"@polkadot/ui-settings": "0.70.2-0",
"@polkadot/ui-shared": "0.70.2-0",
"@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",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",