Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 56c7f86

Browse files
committed
v1.1.0
1 parent 6b9d4ba commit 56c7f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gulp.task('images', () =>
66
.pipe(srcset([{
77
match: '(min-width: 3000px)',
88
width: [1, 1920, 1280, 720, 560, 320],
9-
format: ['jpg', 'webp'],
9+
format: ['jpg', 'webp']
1010
}]))
1111
.pipe(gulp.dest('dist'))
1212
);

0 commit comments

Comments
 (0)