Skip to content

Commit c36bbbc

Browse files
committed
Remove bump task from gulp file
1 parent 015c7e0 commit c36bbbc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gulpfile.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@
55
var gulp = require('gulp');
66
var jshint = require('gulp-jshint');
77
var karma = require('karma').server;
8-
var bump = require('gulp-bump');
98
var plato = require('gulp-plato');
109
var karmaConfig = __dirname + '/karma.conf.js';
1110
var paths = require('./paths');
1211

13-
14-
gulp.task('bump', function () {
15-
return gulp.src(paths.bump)
16-
.pipe(bump())
17-
.pipe(gulp.dest('./'));
18-
});
19-
2012
gulp.task('complexity', function () {
2113
return gulp.src('src/**/*.js')
2214
.pipe(plato('complexity'));

0 commit comments

Comments
 (0)