Updated package.json

This commit is contained in:
Chris Troutner
2020-06-07 14:59:10 -07:00
2 changed files with 17 additions and 15 deletions
+13 -11
View File
@@ -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",
+4 -4
View File
@@ -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 <chris.troutner@gmail.com>",
"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"
}
}