Fix browser bundling with new architecture.
This commit is contained in:
parent
0ae2fc73ab
commit
9771d8138d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue