From be6c39c009812416fbd619ea2a32062b7e9b9cd3 Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Mon, 18 Nov 2019 22:17:45 -0800 Subject: [PATCH] fix(quorum/api): web3 patching typo Fixes #59 Signed-off-by: Peter Somogyvari --- examples/simple-asset-transfer/quorum/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-asset-transfer/quorum/api/package.json b/examples/simple-asset-transfer/quorum/api/package.json index 3cd757ef3b..f525a82a58 100644 --- a/examples/simple-asset-transfer/quorum/api/package.json +++ b/examples/simple-asset-transfer/quorum/api/package.json @@ -11,7 +11,7 @@ "start": "node index.js", "upgrade-interactive": "npm-check --update", "test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors routes/**/*.test.js --recursive --exit", - "postinstall": "patch --verbose --force ./node_modules/web3-core-helpers/src/formatters.js ./web3_timestamp_fix.patch" + "postinstall": "patch --verbose --force ./node_modules/web3-core-helpers/src/formatters.js ./web3_timestamp_fix.patch || true" }, "dependencies": { "body-parser": "^1.18.3",