From d91794fb1fc5d0783a1eb5f874e8d45af9175df2 Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 14 Apr 2015 17:29:51 +0300 Subject: [PATCH] switched to web3 0.2.7 --- lib/node.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node.js b/lib/node.js index 43c27a3..343c0c6 100644 --- a/lib/node.js +++ b/lib/node.js @@ -1,4 +1,4 @@ -var web3 = require('ethereum.js'); +var web3 = require('web3'); var _ = require('lodash'); var os = require('os'); var shelljs = require('shelljs'); diff --git a/package.json b/package.json index 7f14447..568bf30 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "debounce": "^1.0.0", "debug": "~2.1.3", - "ethereum.js": "0.2.4", + "web3": "0.2.7", "lodash": "^3.6.0", "primus": "^3.0.2", "primus-emit": "^0.1.2",