mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Merge pull request #9 from Permissionless-Software-Foundation/ct-unstable
fix(ipfs): Adding build script for IPFS
This commit is contained in:
Generated
+3
-3
@@ -20807,9 +20807,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-ipfs-web-wallet": {
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.1.4.tgz",
|
||||
"integrity": "sha512-+akLqaJwv2D6gXeNK4xRaJNa5LafIo/WpdsyxZJmkuDfQkClr43ojgTKXoZHUkTCvkk2tMtLh1FQHCPEzvidPw==",
|
||||
"version": "1.1.7",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.1.7.tgz",
|
||||
"integrity": "sha512-QBztlV1E6b79iEAxHsXwL2vfIqoZrLGxRmoU+m9KvBJcNpkZ3deWUPcDTgLi1R5CcyKAxYiz6oG1y+rIMDVGVg==",
|
||||
"requires": {
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"gatsby": "^2.23.7",
|
||||
|
||||
+2
-1
@@ -10,6 +10,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "gatsby build",
|
||||
"build:ipfs": "gatsby build --prefix-paths",
|
||||
"develop": "gatsby develop",
|
||||
"lint": "standard --env mocha --fix",
|
||||
"start": "npm run develop",
|
||||
@@ -19,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.23.7",
|
||||
"gatsby-ipfs-web-wallet": "^1.1.6"
|
||||
"gatsby-ipfs-web-wallet": "^1.1.7"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user