Skip to content

Fix project metadata#5

Merged
nickchecan merged 1 commit intomainfrom
fix-metadata
Mar 20, 2026
Merged

Fix project metadata#5
nickchecan merged 1 commit intomainfrom
fix-metadata

Conversation

@nickchecan
Copy link
Copy Markdown
Owner

This pull request updates the build output paths in the package.json file to reference the top-level dist directory instead of dist/src. This change helps ensure that the main entry points and type definitions are correctly resolved after building the project.

Build output path updates:

  • Changed the main and types fields to point to dist/index.js and dist/index.d.ts instead of dist/src/index.js and dist/src/index.d.ts.
  • Updated the exports field to reference the new build output paths in the dist directory.

@nickchecan nickchecan merged commit 66ba60b into main Mar 20, 2026
3 checks passed
@nickchecan nickchecan deleted the fix-metadata branch March 20, 2026 19:18
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.0.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.

1 participant