Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update package.json to support Svelte legacy tooling #70

Merged
merged 1 commit into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. fix: update package.json to support Svelte legacy tooling

    - REF https://kit.svelte.dev/docs/packaging#anatomy-of-a-package-json-svelte
    - Downgrade to Svelte 3.59.2 because 4.0.0 exports the package using a type `SvelteComponent` which causes the types to break when used in Svelte 3.x — REF sveltejs/svelte#8512
    
    Fixes #68
    fmaclen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    44f8e17 View commit details
    Browse the repository at this point in the history