Rename module to bitcore-build

This commit is contained in:
Yemel Jardi 2015-01-16 11:58:01 -03:00
parent 9d66fe59d5
commit 3defc11a3b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function startGulp(name, opts) {
}; };
var testkarma = shell.task([ var testkarma = shell.task([
'./node_modules/gulp-bitcore/node_modules/karma/bin/karma start ./node_modules/gulp-bitcore/karma.conf.js' './node_modules/bitcore-build/node_modules/karma/bin/karma start ./node_modules/bitcore-build/karma.conf.js'
]); ]);
gulp.task('test:node', testmocha); gulp.task('test:node', testmocha);