slushjs / gulp-conflict

Check if files in stream conflict with those in target dir, with option to use new, keep old, show diff, etc.
MIT License
22 stars 12 forks source link

Drop dependency on deprecated `gulp-util` #14

Open demurgos opened 6 years ago

demurgos commented 6 years ago

Hi, gulp-util is deprecated. It should be replaced by dependencies on the individual components used by gulp-eslint. The README lists alternatives for the different components.

See https://github.com/gulpjs/gulp/issues/2065