diff --git a/gatsby-config.js b/gatsby-config.js index b5b109f..16ed3a4 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -15,6 +15,7 @@ module.exports = { modules: ['bch-wallet-plugin-postoffice'] } }, + // require.resolve('../gatsby-plugin-bch-sweep') 'gatsby-plugin-bch-sweep' ] } diff --git a/package-lock.json b/package-lock.json index d0b9f36..2e1d35a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22277,9 +22277,9 @@ } }, "gatsby-plugin-bch-sweep": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.2.2.tgz", - "integrity": "sha512-s4xSKqFuEudYX+FcECMVTd9Soo98eOYbsF0w5HQLrNIJv8Uk/xBfTb8vkOikm03HrcOZIrbVm7+hFZoUb0WN9Q==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.2.3.tgz", + "integrity": "sha512-xF0MKSsxcTCJnubNKcrlrvVp+aZvk150sOzfYPNFbwCLgoQDOFYBP770KNe3sPmjSopO64k9CVbdKLxOollK0g==", "requires": { "adminlte-2-react": "^0.1.27" }