ben-eb / gulp-csso

Minify CSS with CSSO.
MIT License
243 stars 26 forks source link

Remove deprecated dependency gulp-util #30

Closed stephenlacy closed 6 years ago

stephenlacy commented 6 years ago

With the upcoming release of gulp4, gulp-util is deprecated. It should be replaced by dependencies on the individual components used by gulp-csso. The README lists alternatives for the different components. https://github.com/gulpjs/gulp-util

See https://github.com/gulpjs/gulp-util/issues/143

lahmatiy commented 6 years ago

Fixed by 3.0.1 and published on npm