pablo-abc / svelte-markdown

Markdown parser to svelte components
MIT License
360 stars 50 forks source link

fix: Fix publint errors and remove unused dependencies #86

Open lachlancollins opened 11 months ago

lachlancollins commented 11 months ago

Publint reports the following errors because no build step exists (anymore?): https://publint.dev/svelte-markdown@0.4.1

This PR fixes these publint errors and cleans up package.json fields. It also removes unused rollup dependencies since no build occurs. Publint was added to yarn test to catch future errors.