fix: keychain package was behind published version

This commit is contained in:
Hank Stoever
2020-06-24 10:03:54 -07:00
parent de7a816071
commit acbd4b064d
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.7.4",
"@blockstack/keychain": "^0.4.0",
"@blockstack/keychain": "^0.5.0",
"@blockstack/prettier-config": "^0.0.5",
"@blockstack/stacks-transactions": "^0.4.6",
"@blockstack/stats": "^0.7.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstack/keychain",
"version": "0.5.1",
"version": "0.5.0",
"description": "A package for managing Blockstack keychains",
"main": "./dist/index.js",
"umd:main": "./dist/keychain.umd.production.js",

View File

@@ -23,7 +23,7 @@
"author": "Blockstack PBC",
"dependencies": {
"@blockstack/connect": "^2.7.4",
"@blockstack/keychain": "^0.4.0",
"@blockstack/keychain": "^0.5.0",
"@blockstack/prettier-config": "^0.0.6",
"@blockstack/ui": "^1.6.2",
"@rehooks/document-title": "^1.0.1",