codeBelt / generate-template-files

A simple generator to create custom template files for any application
https://medium.com/@robertsavian/generate-template-files-with-ease-19b320615359
MIT License
209 stars 31 forks source link

update recursive-copy #76

Closed ryokkkke closed 2 years ago

ryokkkke commented 2 years ago

Thanks for your excellent work of this library!

When I execute, a deprecation warning has been emitted because of recursive-copy's dependency emitter-mixin's deprecated package.json.

I would like to update at least recursive-copy's version for now.

This is a same issue: https://github.com/codeBelt/generate-template-files/issues/70

maximgtoy commented 2 years ago

please merge this already @codeBelt

codeBelt commented 2 years ago

@ryokkkke @maximgtoy This has been merged and released in v3.2.1

Let me know if that fixes the issue.

maximgtoy commented 2 years ago

@codeBelt Thank you very much for the fast reply, works perfectly