Use bitcore-lib-zcash

This commit is contained in:
Jack Grigg 2016-08-27 23:11:17 +12:00
parent e62b7d8633
commit 69b3b1ce67
1 changed files with 2 additions and 2 deletions

View File

@ -102,9 +102,9 @@ function startGulp(name, opts) {
var browserifyCommand;
if (name !== 'lib') {
browserifyCommand = buildBinPath + 'browserify --require ./index.js:' + fullname + ' --external bitcore-lib -o ' + fullname + '.js';
browserifyCommand = buildBinPath + 'browserify --require ./index.js:' + fullname + ' --external bitcore-lib-zcash -o ' + fullname + '.js';
} else {
browserifyCommand = buildBinPath + 'browserify --require ./index.js:bitcore-lib -o bitcore-lib.js';
browserifyCommand = buildBinPath + 'browserify --require ./index.js:bitcore-lib-zcash -o bitcore-lib-zcash.js';
}
gulp.task('browser:uncompressed', shell.task([