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

Move svelte-awesome to devDependencies in check-ui-shell #208

Closed
chrispcampbell opened this issue Jul 8, 2022 · 0 comments · Fixed by #215 or #213
Closed

Move svelte-awesome to devDependencies in check-ui-shell #208

chrispcampbell opened this issue Jul 8, 2022 · 0 comments · Fixed by #215 or #213

Comments

@chrispcampbell
Copy link
Contributor

Currently we have svelte-awesome listed in dependencies for the check-ui-shell package, but since we use tsup to generate a bundled index.js, we can instead list it in devDependencies. This will avoid making consumers have svelte available as a peer dependency since svelte is meant to be an implementation detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment