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 typings availability #9

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

konnng-dev
Copy link
Contributor

The intent of this PR is to handle typings correctly after recent Svelte updates.

According with https://kit.svelte.dev/docs/packaging#anatomy-of-a-package-json-exports, it is needed to export typings as well in package.json file. It is quite unusual from the default approach for that.

With this change, it fixed the issues related to #8

In addition:

  • it was fixed some vulnerabilities thrown by npm when installing packages.
  • Removed unnecessary eslint-plugin-standard package, recommended by npm.

@robmadole
Copy link
Member

Thanks @konnng-dev ! We'll give this a go. Really appreciate you helping with this.

@robmadole robmadole merged commit 07429e1 into FortAwesome:main Feb 16, 2024
32 checks passed
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

Successfully merging this pull request may close these issues.

2 participants