Skip to content

Commit 1531dcf

Browse files
committed
fix: security update by updating packages
1 parent 67b683c commit 1531dcf

3 files changed

Lines changed: 3570 additions & 1067 deletions

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gulp.task('prod', function (cb) {
3939

4040
});
4141

42-
gulp.task('watch', ['dev'], function () {
42+
gulp.task('watch', function () {
4343

4444
gulp.watch('src/*', ['dev']);
4545

0 commit comments

Comments
 (0)