slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

Drop dependency on deprecated `gulp-util` #52

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-install. The README lists alternatives for the different components.

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