remove soop from js 3

This commit is contained in:
Manuel Araoz 2014-08-14 14:39:48 -04:00
parent 757ef69287
commit b78eb4d573
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
'use strict';
var imports = require('soop').imports();
var bitcore = require('bitcore');
var coinUtil = bitcore.util;
var preconditions = require('preconditions').singleton();
@ -286,4 +285,4 @@ Insight.prototype._request = function(options, callback) {
}
};
module.exports = require('soop')(Insight);
module.exports = Insight;