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: export package.json #330

Merged
merged 1 commit into from
Dec 18, 2020
Merged

fix: export package.json #330

merged 1 commit into from
Dec 18, 2020

Conversation

gdamjan
Copy link
Contributor

@gdamjan gdamjan commented Oct 24, 2020

fixes an error with rollup-plugin-svelte, but should be more generally useful for tools that want to introspect package.json:

rollup-plugin-svelte: The following packages did not export their `package.json` file so we could not check the `svelte` field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file.

fixes an error with rollup-plugin-svelte, but should be more generally useful for tools that want to introspect `package.json`:

```
rollup-plugin-svelte: The following packages did not export their `package.json` file so we could not check the `svelte` field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file.
```
@gdamjan gdamjan changed the title export package.json chore: export package.json Oct 24, 2020
@niieani niieani changed the title chore: export package.json fix: export package.json Dec 18, 2020
@niieani niieani merged commit b365559 into niieani:master Dec 18, 2020
@niieani
Copy link
Owner

niieani commented Dec 18, 2020

Thanks @gdamjan!

@niieani
Copy link
Owner

niieani commented Dec 18, 2020

🎉 This PR is included in version 2.2.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants