bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

Add `"type": "module"` to `package.json` #568

Open benmccann opened 11 months ago

benmccann commented 11 months ago

Svelte libraries should generally contain "type": "module" inpackage.json`

Probably the hardest part would be dealing with the tests. They should be migrated to ESM. If you upgrade to the latest version of svelte-jester it will only support ESM. The svelte-jester README will describe how to set this up. Alternatively, vitest could be used

dysfunc commented 6 months ago

@benmccann I was wondering if you wouldn't mind joining our slack https://join.slack.com/t/sveltestrap/shared_invite/zt-28y9c8a8k-6~9UI~26Cx7pF1JKeQZPyA. I had something I wanted to run by you/review for an upcoming release.

benmccann commented 6 months ago

I'm not sure if I'll have a chance to jump on Slack, but you can find me on Discord here: https://svelte.dev/chat. I have the same username there and on GitHub