Skip to content

Commit

Permalink
Update deps, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Phillipson committed Dec 20, 2017
1 parent e6c9d75 commit 8e2cbee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@owstack/btc-wallet-client",
"description": "Client for btc-wallet-service.",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"keywords": [
"bitcoin",
Expand All @@ -22,9 +22,9 @@
"url": "https://github.com/owstack/btc-wallet-client/issues"
},
"dependencies": {
"@owstack/btc-lib": "^0.0.3",
"@owstack/btc-mnemonic": "^0.0.3",
"@owstack/btc-payment-protocol": "^0.0.3",
"@owstack/btc-lib": "^0.0.4",
"@owstack/btc-mnemonic": "^0.0.4",
"@owstack/btc-payment-protocol": "^0.0.4",
"async": "^0.9.0",
"bip38": "^1.3.0",
"json-stable-stringify": "^1.0.0",
Expand All @@ -34,7 +34,7 @@
"superagent": "^3.4.1"
},
"devDependencies": {
"@owstack/btc-wallet-service": "^0.0.4",
"@owstack/btc-wallet-service": "^0.0.8",
"browserify": "^13.1.0",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
Expand Down

0 comments on commit 8e2cbee

Please sign in to comment.