Temporarily have all packages depend on an older, published version of ethereum-types since we cannot publish a new one

This commit is contained in:
Fabio Berger
2018-07-26 12:50:15 +02:00
parent e63bbdeb87
commit 1236efc008
17 changed files with 17 additions and 17 deletions

View File

@@ -85,7 +85,7 @@
"@0xproject/web3-wrapper": "^1.0.1",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
"ethereum-types": "^1.0.1",
"ethereum-types": "1.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",