rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

fix: unknown extension .svelte #651

Closed happysalada closed 5 months ago

happysalada commented 7 months ago

closes https://github.com/rob-balfre/svelte-select/issues/645

I've tested running npm run prepare and the resulting package.json has only the exports "." property changed that fixes the issue.

the svelte package has been moved in the package.json to be in alphabetical order.

let me know if you need anything, happy to help in any way I can.

here is the reference for the spec https://kit.svelte.dev/docs/packaging#anatomy-of-a-package-json that talks about the change I made.

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-select ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 21, 2023 10:17am
happysalada commented 6 months ago

@rob-balfre this is a hard error with sveltekit 2.0, if you have a chance to look at this. If there is anything I can do further, let me know.

happysalada commented 5 months ago

@rob-balfre thank you for the time you've put in this project!