Add ethers as a dependency of @0x/contracts-zero-ex (#310)

This commit is contained in:
David Walsh
2021-08-19 16:25:47 -06:00
committed by GitHub
parent e061dfa59b
commit be4f85690e
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.28.2",
"changes": [
{
"note": "Add ethers as an explicit dependency",
"pr": 310
}
]
},
{
"timestamp": 1629353596,
"version": "0.28.1",

View File

@@ -90,7 +90,8 @@
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"ethereum-types": "^3.5.0",
"ethereumjs-util": "^7.0.10"
"ethereumjs-util": "^7.0.10",
"ethers": "~4.0.4"
},
"publishConfig": {
"access": "public"