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 conditional export #1695

Merged
merged 3 commits into from
Apr 19, 2023
Merged

Fix conditional export #1695

merged 3 commits into from
Apr 19, 2023

Conversation

benjaminleonard
Copy link
Contributor

I'm guessing this worked with npm link because the src dir exists. I can confirm the change works importing the cjs with remix.

@@ -9,7 +9,7 @@
"exports": {
"node": {
"import": "./dist/node/asciidoctor.js",
"require": "./src/node/asciidoctor.cjs"
Copy link
Member

Choose a reason for hiding this comment

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

My bad 😅

@ggrossetie
Copy link
Member

@benjaminleonard could you please revert this commit f492a14 (#1695) ? We have an automated process to publish release (bump version, tag...)

This reverts commit f492a14.
@benjaminleonard
Copy link
Contributor Author

Whoops, got ahead of myself. Done

@benjaminleonard
Copy link
Contributor Author

When you do have a sec to bump the RC it would be much appreciated, it's the last piece of the puzzle to get our react asciidoc renderer running in production.

Thanks!

@ggrossetie ggrossetie merged commit 9ea2572 into asciidoctor:main Apr 19, 2023
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.

None yet

2 participants