Skip to content

Commit

Permalink
Fix bump task
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Aug 25, 2014
1 parent b5a47c9 commit 3b7f510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gulp.task('test', function () {
*/
gulp.task('_bump', function () {
var bump = require('gulp-bump');
var args = require('yargs');
var args = require('yargs').argv;

return gulp.src('package.json')
.pipe(bump({ type: args.type }))
Expand Down

0 comments on commit 3b7f510

Please sign in to comment.