Skip to content

Commit

Permalink
Add hdkey to peerDependencies.
Browse files Browse the repository at this point in the history
hdkey is not used by the library proper, but the getKeyPair function
takes a hdkey object as an argument (in the same way that various
functions accept a web3 object) and so technically should be specified
as a peer dependency.
  • Loading branch information
jtobin committed Jun 21, 2022
1 parent 2fc7ffa commit badb695
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 4 deletions.
150 changes: 147 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"urbit-ob": "^5.0.1"
},
"peerDependencies": {
"web3": "^1.3.6"
"web3": "^1.3.6",
"hdkey": "2.0.1"
},
"author": "Tlon",
"license": "MIT",
Expand Down

0 comments on commit badb695

Please sign in to comment.