diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index f1b3b98fa..cdbc7a385 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,13 @@ "async-child-process": "^1.1.1", "coveralls": "^3.0.0", "ganache-cli": "^6.1.0", - "lcov-result-merger": "^2.0.0", + "lcov-result-merger": "^3.0.0", "lerna": "^2.5.1", "npm-run-all": "^4.1.2", "prettier": "^1.11.1", "wsrun": "^2.2.0" + }, + "resolutions": { + "ethereumjs-tx": "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default" } } |