ben-eb / gulp-svgmin

Minify SVG files with gulp.
MIT License
341 stars 35 forks source link

fix: move lodash.clonedeep to dependencies #121

Closed donmahallem closed 3 years ago

donmahallem commented 3 years ago

This PR addresses missing lodash.clonedeep depency if the gulp-svgmin is used within a project that doesn't include the lodash.clonedeep itself.

Fixes issue #120

rejas commented 3 years ago

Thanks for the report and the PR.