-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update Packaging to get rid of warning in Sveltekit 2 #31
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@carstenlebek could this PR get merged? |
@carstenlebek friendly bump |
@@ -8,3 +8,4 @@ node_modules | |||
!.env.example | |||
vite.config.js.timestamp-* | |||
vite.config.ts.timestamp-* | |||
dist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: No NL at EOF
Any chance to merge this and create a release, or @carstenlebek, could you add me as a contributor to do it? It’s really good work, but we need to keep the project going. |
LGTM @carstenlebek |
Description
This package is using an old pattern of packaging Svelte components that causes error with the newest version of the Svelte Vite plugin used in Sveltekit 2
Changes
publint
to lint package and fixed linting errors