omnidan / node-emoji

💖 simple emoji support for node.js projects
MIT License
1.31k stars 241 forks source link

`tsup` should be a dev dependency, rather than a dependency #137

Closed askoufis closed 1 year ago

askoufis commented 1 year ago

tsup is a specified as a dependency, but it should really be a dev dependency since it's only used for packaging the library.

I'd be happy to contribute a PR for this when I have some time later today, if no one beats me to it in the meantime.