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: add missing exports field to package.json #59

Merged
merged 3 commits into from
Jul 27, 2023

Conversation

JoshuaKGoldberg
Copy link
Collaborator

Fixes #58

"import": "./dist/dedent.mjs",
"default": "./dist/dedent.js"
}
},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just to be safe 🙂 - @otakustay does this look right to you?

I'll note that as of #51, the types are now in ./dist/dedent.d.ts.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 9311047 into main Jul 27, 2023
@JoshuaKGoldberg JoshuaKGoldberg deleted the package-exports-esm branch July 27, 2023 14:38
@JoshuaKGoldberg JoshuaKGoldberg mentioned this pull request Jul 27, 2023
JoshuaKGoldberg added a commit that referenced this pull request Jul 27, 2023
Includes #59
@JoshuaKGoldberg
Copy link
Collaborator Author

Released as dedent@1.3.0 🚀

JoshuaKGoldberg added a commit that referenced this pull request Jul 27, 2023
- fix: add missing exports field to package.json (#59)
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.

Node ESM compatibility issue
1 participant