Skip to content

Conversation

@slifty
Copy link
Member

@slifty slifty commented Jul 10, 2025

This PR fixes our package to point to the actual built file locations.

Later maybe we can figure out how to test the build via CI, but for now we should get this fix out.

Resolves #2

The tsup package writes module code to `.mjs` and common to `.js` which
is the opposite of what our package.json says.

Issue #2 Fix package.json indexes
@slifty slifty requested review from bickelj and hminsky2002 July 10, 2025 22:11
@slifty
Copy link
Member Author

slifty commented Jul 10, 2025

Since this is a fix of a broken build, the fix is simple, and a user is blocked on it, I'm going to hit merge without review. Worst case it's still broken 😬.

Oh hey main isn't protected I'll go fix that too!

@slifty slifty merged commit 530b58c into main Jul 10, 2025
5 checks passed
@slifty slifty deleted the 2-fix-package branch July 10, 2025 22:24
Copy link

@hminsky2002 hminsky2002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is now merged but this looks like exactly what was needed to remedy this issue, onus is also on me for not catching this on initial review of the repo setup!

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.

Fix package.json indexes

3 participants