diff --git a/browser/build.js b/browser/build.js index 39d1080..6d6de0a 100644 --- a/browser/build.js +++ b/browser/build.js @@ -166,7 +166,7 @@ if (require.main === module) { var pjson = require('../package.json'); bitcoreBundle.pipe( program.stdout ? process.stdout : - fs.createWriteStream('browser/bitcore-dev.js')); + fs.createWriteStream('browser/bundle.js')); } module.exports.createBitcore = createBitcore; diff --git a/test/index.html b/test/index.html index aa53631..db755ff 100644 --- a/test/index.html +++ b/test/index.html @@ -11,7 +11,7 @@ - +