remove sync-me dependency

This commit is contained in:
Iuri Matias 2015-10-09 11:09:26 -04:00
parent 2be2a80c31
commit a7da9bc3c5
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ var shelljs_global = require('shelljs/global');
var web3 = require('web3'); var web3 = require('web3');
var commander = require('commander'); var commander = require('commander');
var wrench = require('wrench'); var wrench = require('wrench');
var syncMe = require('sync-me');
//var Tests = require('./test.js'); //var Tests = require('./test.js');
var Blockchain = require('./blockchain.js'); var Blockchain = require('./blockchain.js');

View File

@ -21,7 +21,6 @@
"read-yaml": "^1.0.0", "read-yaml": "^1.0.0",
"shelljs": "^0.5.0", "shelljs": "^0.5.0",
"solc": "^0.1.3-2", "solc": "^0.1.3-2",
"sync-me": "^0.1.1",
"toposort": "^0.2.10", "toposort": "^0.2.10",
"web3": "^0.8.1", "web3": "^0.8.1",
"wrench": "^1.5.8", "wrench": "^1.5.8",