Add missing peerDependency

This commit is contained in:
Jaco Greeff
2020-03-14 18:21:12 +01:00
parent a11dc52cfe
commit 92998eb817
2 changed files with 14 additions and 12 deletions
+2 -1
View File
@@ -38,6 +38,7 @@
"@ledgerhq/hw-transport-node-hid": "^5.11.0"
},
"peerDependencies": {
"@polkadot/keyring": "*"
"@polkadot/keyring": "*",
"@polkadot/util": "*"
}
}