From a7da9bc3c52a15525588a919d14877f4deb5d0a0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 9 Oct 2015 11:09:26 -0400 Subject: [PATCH] remove sync-me dependency --- lib/index.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 842fd3e5..f3229654 100644 --- a/lib/index.js +++ b/lib/index.js @@ -4,7 +4,6 @@ var shelljs_global = require('shelljs/global'); var web3 = require('web3'); var commander = require('commander'); var wrench = require('wrench'); -var syncMe = require('sync-me'); //var Tests = require('./test.js'); var Blockchain = require('./blockchain.js'); diff --git a/package.json b/package.json index 21c3606b..750beabb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "read-yaml": "^1.0.0", "shelljs": "^0.5.0", "solc": "^0.1.3-2", - "sync-me": "^0.1.1", "toposort": "^0.2.10", "web3": "^0.8.1", "wrench": "^1.5.8",