Merge pull request #9 from Permissionless-Software-Foundation/ct-unstable

fix(ipfs): Adding build script for IPFS
This commit is contained in:
Chris Troutner
2020-07-07 17:59:50 -07:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -20807,9 +20807,9 @@
} }
}, },
"gatsby-ipfs-web-wallet": { "gatsby-ipfs-web-wallet": {
"version": "1.1.4", "version": "1.1.7",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.1.4.tgz", "resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.1.7.tgz",
"integrity": "sha512-+akLqaJwv2D6gXeNK4xRaJNa5LafIo/WpdsyxZJmkuDfQkClr43ojgTKXoZHUkTCvkk2tMtLh1FQHCPEzvidPw==", "integrity": "sha512-QBztlV1E6b79iEAxHsXwL2vfIqoZrLGxRmoU+m9KvBJcNpkZ3deWUPcDTgLi1R5CcyKAxYiz6oG1y+rIMDVGVg==",
"requires": { "requires": {
"adminlte-2-react": "^0.1.27", "adminlte-2-react": "^0.1.27",
"gatsby": "^2.23.7", "gatsby": "^2.23.7",
+2 -1
View File
@@ -10,6 +10,7 @@
], ],
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby build",
"build:ipfs": "gatsby build --prefix-paths",
"develop": "gatsby develop", "develop": "gatsby develop",
"lint": "standard --env mocha --fix", "lint": "standard --env mocha --fix",
"start": "npm run develop", "start": "npm run develop",
@@ -19,7 +20,7 @@
}, },
"dependencies": { "dependencies": {
"gatsby": "^2.23.7", "gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.1.6" "gatsby-ipfs-web-wallet": "^1.1.7"
}, },
"repository": { "repository": {
"type": "git", "type": "git",