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

feat!: minimize package structure #39

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Conversation

metonym
Copy link
Owner

@metonym metonym commented Jan 7, 2024

The current, published NPM package structure resembles the following:

src/*
package.json

This PR revises the structure to be even shallower:

package.json
index.js
Time.svelte
...

The resulting breaking change is:

- import Time from "svelte-time/src/Time.svelte";
+ import Time from "svelte-time/Time.svelte";

@metonym metonym force-pushed the feat-shallow-packaging branch from 5b0486b to 7cc28fa Compare January 7, 2024 00:34
@metonym metonym merged commit b0b0dde into master Jan 7, 2024
1 check passed
@metonym metonym deleted the feat-shallow-packaging branch January 7, 2024 00:36
metonym added a commit that referenced this pull request Jan 7, 2024
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.

1 participant