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: export package.json #108

Merged
merged 1 commit into from Jul 15, 2022
Merged

fix: export package.json #108

merged 1 commit into from Jul 15, 2022

Conversation

ianprime0509
Copy link
Owner

Apparently, React Native and various bundler tools expect to be able to
import/require package.json, which will fail if exports is being used
but not exporting package.json:
uuidjs/uuid#444

Fixes #107

Apparently, React Native and various bundler tools expect to be able to
import/require package.json, which will fail if `exports` is being used
but not exporting package.json:
uuidjs/uuid#444

Fixes #107
@ianprime0509 ianprime0509 enabled auto-merge (squash) July 15, 2022 20:39
@ianprime0509 ianprime0509 merged commit 85764cb into main Jul 15, 2022
@ianprime0509 ianprime0509 deleted the fix/export-package-json branch July 15, 2022 20:39
@github-actions
Copy link

🎉 This PR is included in version 4.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

ianprime0509 added a commit to ianprime0509/temperament that referenced this pull request Aug 6, 2022
package.json should be exported to support certain tools:
ianprime0509/pitchy#108

The `default` export condition should be preferred to just using
`import`, also to support certain tools:
ianprime0509/pitchy#112
ianprime0509 added a commit to ianprime0509/temperament that referenced this pull request Aug 6, 2022
package.json should be exported to support certain tools:
ianprime0509/pitchy#108

The `default` export condition should be preferred to just using
`import`, also to support certain tools:
ianprime0509/pitchy#112
ianprime0509 added a commit to ianprime0509/static-jsx that referenced this pull request Aug 6, 2022
package.json should be exported to support certain tools:
ianprime0509/pitchy#108

The `default` export condition should be preferred to just using
`import`, also to support certain tools:
ianprime0509/pitchy#112
ianprime0509 added a commit to ianprime0509/static-jsx that referenced this pull request Aug 6, 2022
package.json should be exported to support certain tools:
ianprime0509/pitchy#108

The `default` export condition should be preferred to just using
`import`, also to support certain tools:
ianprime0509/pitchy#112
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.

Installation issues with latest react native
1 participant