Use gulp-bitcore for releases

This commit is contained in:
Esteban Ordano 2015-01-13 19:12:14 -03:00 committed by Braydon Fuller
parent 6fc5e75868
commit e8cd70c28a
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
var gulp = require('gulp');
var gulp_bitcore = require('gulp-bitcore');
gulp_bitcore('p2p');
gulp_bitcore('p2p', {skipBrowser: true});
gulp.task('default', ['lint', 'coverage']);

View File

@ -63,7 +63,7 @@
"browserify": "~6.3.3",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"gulp-bitcore": "^0.1.2",
"gulp-bitcore": "git://github.com/maraoz/gulp-bitcore.git",
"istanbul": "^0.3.5",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",