fix(gatsby-ipfs-web-wallet): Bumping to v1.9.0

This commit is contained in:
Chris Troutner
2020-08-08 12:37:39 -07:00
parent 070a25a55b
commit fb0c5302b0
4 changed files with 24 additions and 11 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "bch-wallet-starter",
"description": "A BCH web wallet starter for Gatsby.",
"name": "wallet.fullstack.cash",
"description": "A Gatsby IPFS-enabled web app and BCH web wallet.",
"version": "1.0.0",
"license": "MIT",
"author": "Chris Troutner <chris.troutner@gmail.com>",
@@ -19,9 +19,9 @@
"test": "npm run lint"
},
"dependencies": {
"bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice",
"bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable",
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.8.0",
"gatsby-ipfs-web-wallet": "^1.9.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0"
},
"repository": {