andywer / typed-emitter

πŸ”© Type-safe event emitter interface for TypeScript
MIT License
268 stars 24 forks source link

fix: stop exporting a TS file as `"main"` field in `package.json` #16

Closed u9g closed 3 years ago

u9g commented 3 years ago

same issue as https://github.com/octokit/openapi-types.ts/pull/45 applies here and is an easy fix :)

andywer commented 3 years ago

So maybe #12 wasn't such a good idea after all… πŸ˜…

Thanks for the fix!

u9g commented 3 years ago

Thanks for such a quick reply :)

eliellis commented 2 years ago

Hi @andywer. Would it be at all possible to get this fix out into an NPM release? Not too big of a rush, as I was able to do the workaround described in #14 for now. Thanks so much for all your hard work. Loving threads.js too. πŸ˜„

hongaar commented 2 years ago

Just bumped into this issue now (see https://github.com/hongaar/bandersnatch/pull/295), would be wonderful if this could be released to NPM. Let me know if I can help with anything (e.g. I could create a PR to add a semantic-release GitHub actions workflow to this repository if you'd be open to that?)