Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/bump.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ var argv = require('yargs').argv,
exec = require('child_process').exec,
gulp = require('gulp');

gulp.task('bump:patch', function(){
gulp.task('bump', function(){
var bumpType = argv.type || 'patch'; // major.minor.patch

return gulp.src(['./bower.json', './package.json'])

0 comments on commit 6fdc4ec

Please sign in to comment.