remove unrequired soop
This commit is contained in:
parent
19b9fcd0b1
commit
1a40e29fd2
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
var imports = require('soop').imports();
|
||||
var preconditions = require('preconditions').singleton();
|
||||
var Structure = require('./Structure');
|
||||
|
||||
|
|
@ -96,4 +95,4 @@ AddressIndex.prototype.merge = function(inAddressIndex) {
|
|||
return hasChanged;
|
||||
};
|
||||
|
||||
module.exports = require('soop')(AddressIndex);
|
||||
module.exports = AddressIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue