aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-06-02 05:03:12 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-06-07 03:40:30 +0800
commit98ffe9931d4fd8886955c45c42eb63b33184ddd2 (patch)
treed87585eca67af0e5cf5c6700f9bc0696dd542f6f /package.json
parent2004c0d7398a5e77d08e3b4d8030c0f22cb09cc8 (diff)
downloaddexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.tar
dexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.tar.gz
dexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.tar.bz2
dexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.tar.lz
dexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.tar.xz
dexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.tar.zst
dexon-0x-contracts-98ffe9931d4fd8886955c45c42eb63b33184ddd2.zip
Get LibBytes tests working on both Ganache and Geth
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f25438224..20fcea3fd 100644
--- a/package.json
+++ b/package.json
@@ -47,6 +47,7 @@
},
"resolutions": {
"ethereumjs-tx": "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default",
- "ethers": "0xproject/ethers.js#eip-838-reasons"
+ "ethers": "0xproject/ethers.js#eip-838-reasons",
+ "ganache-core": "0xProject/ganache-core#feature/revert-strings"
}
}