Skip to content

Commit bbc0025

Browse files
authored
Lint fix again (#104)
1 parent ac9df81 commit bbc0025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ gulp.task('lib-concat', function() {
5555
.pipe(sourcemaps.write('maps'))
5656
.pipe(gulp.dest(DEST))
5757
.pipe(gulp.src(TYPINGS_FILE))
58-
.pipe(gulp.dest(DEST));
58+
.pipe(gulp.dest(DEST));
5959
});
6060

6161
gulp.task('demo-html', function() {

0 commit comments

Comments
 (0)