Skip to content

Commit be6c39c

Browse files
committed
fix(quorum/api): web3 patching typo
Fixes hyperledger-cacti#59 Signed-off-by: Peter Somogyvari <[email protected]>
1 parent f9ea6dd commit be6c39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-asset-transfer/quorum/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "node index.js",
1212
"upgrade-interactive": "npm-check --update",
1313
"test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors routes/**/*.test.js --recursive --exit",
14-
"postinstall": "patch --verbose --force ./node_modules/web3-core-helpers/src/formatters.js ./web3_timestamp_fix.patch"
14+
"postinstall": "patch --verbose --force ./node_modules/web3-core-helpers/src/formatters.js ./web3_timestamp_fix.patch || true"
1515
},
1616
"dependencies": {
1717
"body-parser": "^1.18.3",

0 commit comments

Comments
 (0)