Remove underscore for lodash
This commit is contained in:
parent
aa6e299175
commit
88459c74bb
20 changed files with 74 additions and 97 deletions
|
|
@ -7,7 +7,7 @@ var HK = bitcore.HierarchicalKey;
|
|||
var WalletKey = bitcore.WalletKey;
|
||||
var networks = bitcore.networks;
|
||||
var util = bitcore.util;
|
||||
var _ = require('underscore');
|
||||
var _ = require('lodash');
|
||||
var preconditions = require('preconditions').instance();
|
||||
var HDPath = require('./HDPath');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue