Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update gulp version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakhuang committed Dec 23, 2019
1 parent 1e79ab0 commit cfb06d5
Show file tree
Hide file tree
Showing 3 changed files with 6,369 additions and 6,478 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
});

// these are the default tasks when you run gulp
gulp.task('default', ['test']);
gulp.task('default', gulp.series('test'));

// type 'gulp watch' to continuously run tests
gulp.task('watch', function() {
Expand Down
Loading

0 comments on commit cfb06d5

Please sign in to comment.