diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-06-02 03:28:14 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-06-07 03:39:43 +0800 |
commit | 96da26777851cf3fcc00e8729f847ea631d023c1 (patch) | |
tree | 156f6ac2f78346d38296001e60675149f40c187b /package.json | |
parent | 5816e410e966223bf55afbc402ed17aef78dc9d1 (diff) | |
download | dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.tar dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.tar.gz dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.tar.bz2 dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.tar.lz dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.tar.xz dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.tar.zst dexon-sol-tools-96da26777851cf3fcc00e8729f847ea631d023c1.zip |
Fix ethers.js version override (the package is just called 'ethers')
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index af0b95dc4..f25438224 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ }, "resolutions": { "ethereumjs-tx": "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default", - "ethers.js": "0xproject/ethers.js#eip-838-reasons" + "ethers": "0xproject/ethers.js#eip-838-reasons" } } |