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

@@ -40,7 +40,7 @@
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
"ethereum-types": "^1.0.8",
"ethers": "^4.0.0-beta.14",
"ethers": "4.0.0-beta.14",
"lodash": "^4.17.5",
"run-s": "^0.0.0"
},