Skip to content

Commit

Permalink
Upgrade dev dependencies, Gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
berkowitzi committed Jul 16, 2019
1 parent 8b5e7fd commit 026944d
Show file tree
Hide file tree
Showing 3 changed files with 2,699 additions and 1,740 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gulp.task('test', function () {
}));
});

gulp.task('default', ['test'], function () {
gulp.watch('{lib,test}/*', ['test']);
gulp.task('default', function () {
gulp.watch('{lib,test}/*', {ignoreInitial: false}, gulp.series('test'))
});
Loading

0 comments on commit 026944d

Please sign in to comment.