From 0d4e3551d1dfb2792275b99a3dab16d6ffd7164c Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 23 Aug 2018 11:35:45 +0200 Subject: [PATCH] Update package.json --- remix-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-lib/package.json b/remix-lib/package.json index fabbcfd183..48d8a16518 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -30,7 +30,7 @@ "solc": "^0.4.13", "standard": "^7.0.1", "tape": "^4.6.0", - "web3": "0.20.7" + "web3": "0.20.6" }, "scripts": { "test": "standard && tape ./test/tests.js"