Skip to content

Commit

Permalink
fix: missing keychain dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Oct 30, 2020
1 parent 0559d3e commit 329fdac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "1.0.0-beta.8",
"version": "1.0.0-alpha.10",
"description": "A package for managing Stacks keychains",
"keywords": [
"Stacks",
Expand Down Expand Up @@ -72,6 +72,7 @@
"@stacks/encryption": "^1.0.0-beta.8",
"@stacks/storage": "^1.0.0-beta.8",
"@stacks/common": "^1.0.0-beta.8",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
"bn.js": "^5.1.1",
Expand Down

0 comments on commit 329fdac

Please sign in to comment.