sindresorhus / gulp-imagemin

Minify PNG, JPEG, GIF and SVG images
MIT License
1.9k stars 156 forks source link

Deprecated gulp-util #290

Closed zbennett10 closed 6 years ago

zbennett10 commented 6 years ago

Right now npm warnings are popping up when using this tool. I just submitted a pull request #289 which replaces gulp-util API use with its underlying dependencies. For more info see: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Thanks!