Skip to content

Commit 0ac0a0e

Browse files
dinoboffphated
authored andcommitted
Docs: Add gulp.series/gulp.parallel APIs, update gulp.task API & vinyl-fs options
1 parent 87e9cb6 commit 0ac0a0e

12 files changed

+377
-209
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var paths = {
4141
};
4242

4343
// Not all tasks need to use streams
44-
// A gulpfile is just another node program and you can use any package available on npm
44+
// A gulpfile is just another node program and you can use all packages available on npm
4545
gulp.task('clean', function() {
4646
// You can use multiple globbing patterns as you would with `gulp.src`
4747
return del(['build']);

0 commit comments

Comments
 (0)