update deps

This commit is contained in:
Anton Lavrenov
2019-02-06 12:03:53 -05:00
parent 0f4681e9be
commit 08b3fb159e
6 changed files with 1334 additions and 3410 deletions

View File

@@ -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']));