Add other polkadot-js repos as peer dependencies (#59)

This commit is contained in:
Jaco Greeff
2019-01-09 10:46:00 +01:00
committed by GitHub
parent 61a9a59ee5
commit 936a382425
7 changed files with 28 additions and 21 deletions
+9 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-identicon",
"version": "0.24.30",
"version": "0.25.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,15 +10,20 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.30",
"@polkadot/ui-settings": "^0.24.30",
"@polkadot/util-crypto": "^0.33.30",
"@polkadot/ui-settings": "^0.25.0",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
"react-copy-to-clipboard": "^5.0.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util-crypto": "*",
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^0.33.30",
"@polkadot/util-crypto": "^0.33.30",
"xmlserializer": "^0.6.1"
}
}