From 65653fcc3c70f999343962a979780d8d699ee096 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 17:13:29 +0300 Subject: [PATCH] update to ethereum.js 2.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85021fd..d56e952 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "debug": "~2.1.3", - "ethereum.js": "0.2.1", + "ethereum.js": "0.2.3", "lodash": "^3.6.0", "primus": "^3.0.2", "primus-emit": "^0.1.2",