Reorder package.json fields (#533)

This commit is contained in:
Jaco
2021-10-25 11:31:38 +02:00
committed by GitHub
parent b9179a391e
commit c94427d150
11 changed files with 114 additions and 22 deletions
+11 -3
View File
@@ -1,16 +1,24 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.86.2",
"license": "Apache-2.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/ui/issues",
"homepage": "https://github.com/polkadot-js/ui#readme",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/reactnative-identicon"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.86.2",