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: update exports field and separate responsibilities in core #82

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

halvaradop
Copy link
Owner

Description

The changes aim to better organize the project by separating responsibilities and updating the entry points in the exports field of package.json. Key changes include:

  • File Refactoring: Created new files merge.ts and tsup.config.base.ts to separate concerns more effectively.
  • Updated exports in package.json: Added new entry points for merge, css, and tsup.config.base.
  • Import Adjustments: Updated relevant packages to import from the new tsup.config.base entry point, ensuring a consistent structure across the codebase.

These changes help improve the organization of the code and streamline dependency management.

Checklist

  • Added documentation.
  • The changes do not generate any warnings.
  • I have performed a self-review of my own code
  • All tests have been added and pass successfully

Notes

- Create `merge.ts` and `tsup.config.base.ts` files to better separate
- Update `exports` field in `package.json` adding new entry points for
  `merge`, css` and `tsup.config.base`

- Update imports in packages to use the new `tsup.config.base` entry
  point
Copy link

Thank you, @halvaradop, for your contribution to halvaradop/tailwindcss-utilities.

Your submission will be reviewed by @halvaradop. We will provide feedback or approval as soon as possible.

@halvaradop halvaradop merged commit 1f4763d into master Oct 24, 2024
4 checks passed
@halvaradop halvaradop deleted the chore/update-exports-field-in-core-package branch October 24, 2024 19:40
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