Skip to content

Commit e76da7a

Browse files
Fix indentation on deps in bootstrap-datepicker
1 parent fcf4ca4 commit e76da7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gulp/tasks/bootstrap-datepicker.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
var gulp = require('gulp'),
2-
streamqueue = require('streamqueue'),
3-
minifyHtml = require('gulp-minify-html'),
4-
templateCache = require('gulp-angular-templatecache'),
5-
concat = require('gulp-concat'),
6-
uglify = require('gulp-uglify');
2+
streamqueue = require('streamqueue'),
3+
minifyHtml = require('gulp-minify-html'),
4+
templateCache = require('gulp-angular-templatecache'),
5+
concat = require('gulp-concat'),
6+
uglify = require('gulp-uglify');
77

88
gulp.task('bootstrap-datepicker', function() {
99
var stream = streamqueue({objectMode: true});

0 commit comments

Comments
 (0)