mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 07:58:03 +00:00
Reorder package.json fields (#533)
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
{
|
||||
"name": "@polkadot/example-react",
|
||||
"version": "0.86.2",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"description": "A very basic example with ui-* & react-* packages",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [],
|
||||
"license": "Apache-2.0",
|
||||
"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/example-react"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user