diff --git a/package-lock.json b/package-lock.json index 2daf44a..d8e5bde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "gatsby-ipfs-adminlte", + "name": "gatsby-ipfs-web-wallet", "version": "1.0.0", "lockfileVersion": 1, "requires": true, @@ -21807,6 +21807,18 @@ "requires": { "is-empty": "^1.2.0", "is-whitespace": "^0.3.0" + }, + "dependencies": { + "is-empty": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz", + "integrity": "sha1-3pu1snhzigWgsJpX4ftNSjQan2s=" + }, + "is-whitespace": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", + "integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=" + } } }, "is-buffer": { @@ -21923,11 +21935,6 @@ "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=" }, - "is-empty": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz", - "integrity": "sha1-3pu1snhzigWgsJpX4ftNSjQan2s=" - }, "is-equal-shallow": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", @@ -22237,11 +22244,6 @@ "is-invalid-path": "^0.1.0" } }, - "is-whitespace": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz", - "integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=" - }, "is-whitespace-character": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", diff --git a/package.json b/package.json index 906a752..e7ad7a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "gatsby-ipfs-adminlte", - "description": "A gatsbyjs app with adminlte2 integration.", + "name": "gatsby-ipfs-web-wallet", + "description": "A gatsbyjs app with adminlte2 integration and basic Bitcoin Cash wallet functionality.", "version": "1.0.0", "author": "Chris Troutner ", "dependencies": { @@ -37,9 +37,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/gatsbyjs/gatsby-starter-default" + "url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet" }, "bugs": { - "url": "https://github.com/gatsbyjs/gatsby/issues" + "url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet/issues" } }