LycheeOrg / Lychee-front

JS implementation of Lychee frontend
https://lycheeorg.github.io/
MIT License
48 stars 53 forks source link

chore(deps): use del instead of gulp-rimraf #214

Closed yoshinorin closed 4 years ago

yoshinorin commented 4 years ago

Description

Use del instead of gulp-rimraf when clean in the gulp task.

Why

As gulp-rimraf owner favors of gulp official delete file recipe.

Deprecated in favor of https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md

And it is use del package.

Thank you :)

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
2.7% 2.7% Duplication