This commit is contained in:
Jaco Greeff
2020-02-18 09:58:35 +01:00
committed by GitHub
parent 5827a9702c
commit 1e4148f2cf
14 changed files with 68 additions and 91 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.51.0-beta.1",
"version": "0.51.0",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.4",
"@polkadot/ui-shared": "^0.51.0-beta.1",
"@polkadot/ui-shared": "^0.51.0",
"jdenticon": "2.2.0"
},
"peerDependencies": {
@@ -18,7 +18,7 @@
"vue": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.4.0-beta.2",
"@polkadot/util-crypto": "^2.4.1",
"vue": "^2.6.11"
}
}