pngwn / prism-svelte

Svelte language extension for prismjs
65 stars 6 forks source link

Specify `"type": "module"` in `package.json` #14

Closed benmccann closed 2 years ago

benmccann commented 2 years ago

Vite can't figure out if this package is CJS or ESM since it has no imports or exports and logs a warning about it that this change will silence. It works either way, but is probably nicer to make it an ES package since that's the way the world is moving

pngwn commented 2 years ago

Thanks Ben! I'll create a new release later this evening.

metonym commented 2 years ago

@pngwn When you get the chance, could you please make a patch release?