Skip to content

Commit

Permalink
merge master changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Mar 10, 2014
1 parent 79e8701 commit 4167827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/browserify.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var modules = [
'Block',
'Bloom',
'Buffers.monkey',
'Connection',
'Deserialize',
'Gruntfile',
'Number.monkey',
Expand Down Expand Up @@ -65,7 +66,6 @@ b.require('./util/util');
b.require('./util/EncodedData');
b.require('./util/VersionedData');
b.add('./browser/bignum_config.js');

modules.forEach(function(m) {
b.require('./' + m + '.js' ,{expose: './'+m} );
});
Expand Down
2 changes: 1 addition & 1 deletion test/test.PeerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var bitcore = bitcore || require('../bitcore');

var should = chai.should();

var PeerManagerModule = bitcore.PeerManager || require('soop').load('PeerManager');
var PeerManagerModule = bitcore.PeerManager || require('./PeerManager');

var PeerManager;

Expand Down

0 comments on commit 4167827

Please sign in to comment.