Remove ethers.js carret as it's a beta version

This commit is contained in:
Leonid Logvinov
2018-09-27 11:24:03 +02:00
parent 60971be35a
commit a51919db0e
11 changed files with 11 additions and 11 deletions

View File

@@ -84,7 +84,7 @@
"@0xproject/utils": "^1.0.11",
"@0xproject/web3-wrapper": "^3.0.1",
"ethereum-types": "^1.0.8",
"ethers": "^4.0.0-beta.14",
"ethers": "4.0.0-beta.14",
"lodash": "^4.17.5",
"web3-provider-engine": "14.0.6"
},