Skip to content

Commit

Permalink
Fix conditional export (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Apr 19, 2023
1 parent 079dcd4 commit 9ea2572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"exports": {
"node": {
"import": "./dist/node/asciidoctor.js",
"require": "./src/node/asciidoctor.cjs"
"require": "./dist/node/asciidoctor.cjs"
},
"default": "./dist/browser/asciidoctor.js"
},
Expand Down

0 comments on commit 9ea2572

Please sign in to comment.