Add ui-assets with svg from apps (#22)

This commit is contained in:
Jaco Greeff
2018-12-14 13:15:19 +01:00
committed by GitHub
parent 49efcf9527
commit 422a67af92
19 changed files with 454 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-identicon",
"version": "0.22.18",
"version": "0.23.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -11,7 +11,7 @@
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.13",
"@polkadot/ui-settings": "^0.22.18",
"@polkadot/ui-settings": "^0.23.0",
"@polkadot/util-crypto": "^0.33.13",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",