From a4d3b6b125f41a15ba518cc3957476150366bf43 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 24 May 2015 14:46:24 -0400 Subject: [PATCH] use web3 0.4.3 --- boilerplate/package.json | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index 5ed953b2..c9c6cbfa 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -27,7 +27,7 @@ "read-yaml": "^1.0.0", "shelljs": "^0.4.0", "string": "^3.1.1", - "web3": "^0.3.4", + "web3": "^0.4.3", "wrench": "^1.5.8" } } diff --git a/package.json b/package.json index d990578b..d2d890f6 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,11 @@ "grunt-contrib-copy": "^0.8.0", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", - "grunt": "^0.4.5", - "grunt-cli": "^0.1.13", "grunt-open": "^0.2.3", "matchdep": "^0.3.0", "read-yaml": "^1.0.0", "shelljs": "^0.5.0", - "web3": "^0.3.4", + "web3": "^0.4.3", "wrench": "^1.5.8" }, "author": "Iuri Matias ",