mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 07:58:03 +00:00
c48b6ff6f8
* Schnorrkel support * Uuse KeyringOptions in loadAll * Bump * Bump version * Integrate new updates
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"name": "@polkadot/ui-assets",
|
|
"version": "0.26.0",
|
|
"description": "Static assets shared accross projects",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.2.0"
|
|
}
|
|
}
|