peter-vilja / gulp-clean

A gulp plugin for removing files and folders from given paths.
177 stars 21 forks source link

Upgrade rimraf dependency version #34

Open CoffeyMachine opened 2 weeks ago

CoffeyMachine commented 2 weeks ago

gulp-clean v0.4.0 has a dependency on an old version of rimraf, which, via it's outdated dependency on glob creates a dependency on the deprecated module inflight.

Please update the dependency on rimraf to the latest version.