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

@@ -83,7 +83,7 @@
"ethereum-types": "^1.0.8",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "^4.0.0-beta.14",
"ethers": "4.0.0-beta.14",
"js-combinatorics": "^0.5.3",
"lodash": "^4.17.5"
}