Fix browser bundling with new architecture.

This commit is contained in:
Eric Martindale 2014-04-17 18:05:43 -04:00
parent 0ae2fc73ab
commit 9771d8138d
1 changed files with 24 additions and 24 deletions

View File

@ -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',