diff --git a/browser/build.js b/browser/build.js index 41280cf..a1635b4 100644 --- a/browser/build.js +++ b/browser/build.js @@ -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',