Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Update noop to point to through2
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 29, 2017
1 parent 3c18e3c commit 2035ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ __Here are some things you can use instead:__
* `gutil.template` => https://www.npmjs.com/package/lodash.template
* `gutil.env` => https://www.npmjs.com/package/minimist
* `gutil.beep` => https://www.npmjs.com/package/beeper
* `gutil.noop` => Use an empty function like `function() {}`
* `gutil.noop` => https://www.npmjs.com/package/through2
* `gutil.isStream` => Use the `.isStream()` method on vinyl objects
* `gutil.isBuffer` => Use the `.isBuffer()` method on vinyl objects
* `gutil.isNull` => Use the `.isNull()` method on vinyl objects
Expand Down

0 comments on commit 2035ebd

Please sign in to comment.