Add jdenticon as Substrate default (#83)

This commit is contained in:
Jaco Greeff
2019-02-21 12:56:50 +01:00
committed by GitHub
parent 2afb5d3895
commit 93cbf3c872
18 changed files with 98 additions and 33 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-util",
"version": "0.27.1",
"version": "0.28.0",
"description": "Utility functions (non-React) that aid in display, formats and determination",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,7 +12,7 @@
"@babel/runtime": "^7.3.1"
},
"devDependencies": {
"@polkadot/types": "^0.45.8"
"@polkadot/types": "^0.45.9"
},
"peerDependencies": {
"@polkadot/types": "*"