diff --git a/browser/build.js b/browser/build.js index a7c0805..05f7a62 100644 --- a/browser/build.js +++ b/browser/build.js @@ -23,7 +23,6 @@ var pack = function (params) { }; var modules = [ - 'Gruntfile', 'lib/Address', 'lib/BIP32', 'lib/Block', @@ -60,6 +59,8 @@ var modules = [ 'util/BinaryParser', ]; +module.exports.moduleNames = modules; + var createBitcore = function(opts) { diff --git a/package.json b/package.json index e7f53fc..8dc5f6d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ "brfs": "=1.0.0", "chai": "=1.9.1", "uglifyify": "=1.2.3", - "extend": "~1.2.1" + "extend": "~1.2.1", + "async": "~0.2.10" }, "devDependencies": { "grunt-contrib-watch": "~0.5.3", @@ -81,7 +82,6 @@ "grunt-markdown": "~0.5.0", "mocha": ">=1.15.1", "brfs": "~1.0.0", - "async": "~0.2.10", "commander": "~2.1.0", "browser-pack": "~2.0.1", "istanbul": "~0.2.6"