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

Replaces yall.mjs to yall.js #101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

lamungu
Copy link

@lamungu lamungu commented Jun 22, 2023

Resolves #97

The npm package exports looks up for ./dist/yall.mjs, however that file does not exist in the library. Workarounds are made from the end-user by adding a renaming command such as this one:

"postinstall": "sed -i 's#./dist/yall.mjs#./dist/yall.js#' node_modules/yall-js/package.json"

This PR aims at removing the burden from the end-user in renaming the file to the correct export.

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.

Can't find this file ./dist/yall.mjs
1 participant