Skip to content

Commit

Permalink
fix(quorum/api): web3 patching typo
Browse files Browse the repository at this point in the history
Fixes hyperledger#59

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 19, 2019
1 parent f9ea6dd commit be6c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-asset-transfer/quorum/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be6c39c

Please sign in to comment.