From 364d8824af412790e3cd4d82ff7f98c2f2a75fa1 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 12 Apr 2018 09:29:58 +0900 Subject: Fix web3-wrapper version --- packages/migrations/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/migrations/package.json') diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 7ac55124d..ce0fe7267 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -30,7 +30,7 @@ "dependencies": { "@0xproject/deployer": "^0.4.0", "@0xproject/utils": "^0.5.0", - "@0xproject/web3-wrapper": "^0.5.0", + "@0xproject/web3-wrapper": "^0.6.0", "lodash": "^4.17.4" } } -- cgit