jussi-kalliokoski / gulp-awspublish-router

A router for defining file-specific rules with gulp-awspublish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated dependency gulp-util

phil-r opened this issue · comments

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:

Removed the direct dedendency (turns out it was not even used) and released as v0.1.5. However, gulp-util is still a transitive, I'll happily accept and release PRs that fix the transitive dependency on gulp-util.