Use publicKey for icons (#118)

* Use publicKey for icons

* Hex value for jdenticon
This commit is contained in:
Jaco Greeff
2019-04-29 15:34:02 +02:00
committed by GitHub
parent 19e652c8ce
commit 700d495fa8
15 changed files with 746 additions and 503 deletions
+4 -5
View File
@@ -11,8 +11,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"rxjs": "^6.4.0",
"typescript": "^3.4.3"
"typescript": "^3.4.5"
},
"scripts": {
"build": "polkadot-dev-build-ts && polkadot-dev-build-docs",
@@ -24,9 +23,9 @@
"test": "jest --coverage"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"@polkadot/dev-react": "^0.30.0-beta.1",
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@polkadot/dev-react": "^0.30.0-beta.3",
"@polkadot/ts": "^0.1.56",
"empty": "^0.10.1",
"gh-pages": "^2.0.1"