vikignt / svelte-mui

Simple Svelte 3 UI components
MIT License
318 stars 38 forks source link

Fix publint errors and build process #55

Closed lachlancollins closed 8 months ago

lachlancollins commented 8 months ago

Publint reports the following problems: https://publint.dev/svelte-mui@0.5.9

This PR fixes these publint errors by using the recommended @sveltejs/package build tool in place of esbuild. Several package.json fields have been tweaked as a result. I've added publint to build to catch future errors.

vikignt commented 8 months ago

Thank you, @lachlancollins