fix: Add ethers dependency to 0x/contracts-erc20 (#305)

This commit is contained in:
David Walsh
2021-08-10 22:50:35 -06:00
committed by GitHub
parent 65def38d98
commit 3653e2d7f9
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "3.3.15",
"changes": [
{
"note": "Add ethers as a dependency",
"pr": 305
}
]
},
{
"timestamp": 1628225642,
"version": "3.3.14",

View File

@@ -82,7 +82,8 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/base-contract": "^6.4.0"
"@0x/base-contract": "^6.4.0",
"ethers": "~4.0.4"
},
"publishConfig": {
"access": "public"