Skip to content

Commit

Permalink
Fix browser bundling with new architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Apr 17, 2014
1 parent 0ae2fc7 commit 9771d81
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions browser/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ var pack = function (params) {
};

var modules = [
'Address',
'BIP32',
'Block',
'Bloom',
'Buffers.monkey',
'Connection',
'Deserialize',
'Gruntfile',
'Number.monkey',
'Opcode',
'Peer',
'PeerManager',
'PrivateKey',
'RpcClient',
'Key',
'Point',
'SIN',
'SINKey',
'Script',
'ScriptInterpreter',
'Sign',
'Transaction',
'TransactionBuilder',
'Wallet',
'WalletKey',
'lib/Address',
'lib/BIP32',
'lib/Block',
'lib/Bloom',
'lib/Connection',
'lib/Deserialize',
'lib/Opcode',
'lib/Peer',
'lib/PeerManager',
'lib/PrivateKey',
'lib/RpcClient',
'lib/Key',
'lib/Point',
'lib/SIN',
'lib/SINKey',
'lib/Script',
'lib/ScriptInterpreter',
'lib/Sign',
'lib/Transaction',
'lib/TransactionBuilder',
'lib/Wallet',
'lib/WalletKey',
'patches/Buffers.monkey',
'patches/Number.monkey',
'config',
'const',
'networks',
Expand Down

0 comments on commit 9771d81

Please sign in to comment.