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

chore: package should export package.kson #131

Closed
jthegedus opened this issue Sep 10, 2021 · 0 comments · Fixed by #132
Closed

chore: package should export package.kson #131

jthegedus opened this issue Sep 10, 2021 · 0 comments · Fixed by #132
Labels
bug Something isn't working

Comments

@jthegedus
Copy link
Owner

Describe the Bug

If you don't export package.json then tooling can't access it. There's some tooling like rollup-plugin-svelte that tries to access the package.json of every package (e.g. to determine if it's a Svelte package in that case) and you will get an error if it's not exported
source - sveltejs/kit#2351 (comment)

Steps to Reproduce

NA

Expected Behaviour

package.json is also exported by the package.

svelte-adapter-firebase version

0.11.1

sveltejs/kit version

1.0.0-next.165

@jthegedus jthegedus added the bug Something isn't working label Sep 10, 2021
@jthegedus jthegedus changed the title bug: package should export package.kson chore: package should export package.kson Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant