jjlharrison / gulp-rtlcss

Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.
MIT License
36 stars 7 forks source link

Replace deprecated dependency gulp-util #10

Closed phil-r closed 6 years ago

phil-r commented 6 years ago

gulp-util has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the recently released version 4 of Gulp, it is important to replace gulp-util.

The README.md lists alternatives for all the components so a simple replacement should be enough.

Your package is popular but still relying on gulp-util, it would be good to publish a fixed version to npm as soon as possible.

See:

jjlharrison commented 6 years ago

@phil-r : Thanks for reporting this. It'll be fixed in the next release.

phil-r commented 6 years ago

Thank you @jjlharrison !