mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
update deps
This commit is contained in:
@@ -165,4 +165,4 @@ gulp.task('watch', function() {
|
||||
gulp.watch(['src/**/*.js'], ['dev-build']);
|
||||
});
|
||||
|
||||
gulp.task('default', ['dev-build', 'watch', 'server']);
|
||||
gulp.task('default', gulp.series(['dev-build', 'watch', 'server']));
|
||||
|
||||
Reference in New Issue
Block a user