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

Why is svelte-toast recommended to be installed in devDependencies? #114

Open
TriStarGod opened this issue Feb 1, 2025 · 1 comment
Open

Comments

@TriStarGod
Copy link

The README.md installation instructions is
npm i -D @zerodevx/svelte-toast
but shouldn't it be installed under dependencies since it needs to installed for production?
npm i @zerodevx/svelte-toast

@zerodevx
Copy link
Owner

zerodevx commented Feb 2, 2025

Both are fine. Svelte is frontend and requires a build step, so typically end products are not shipped through npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants