From a25d1aa90f299fda5c876f4579e21c1b73c062e3 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 27 Mar 2015 20:26:45 +0200 Subject: [PATCH] updated ethereum.js to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22f4a28..1bbaa2b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "debug": "~2.1.1", - "ethereum.js": "0.1.*", + "ethereum.js": "0.2.0", "lodash": "^3.2.0", "primus": "^2.4.12", "primus-emit": "^0.1.2",