Skip to content

Commit

Permalink
remove unnecessary exports
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Jul 26, 2024
1 parent b77cb52 commit 02f8395
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
"exports": {
".": {
"types": "./src/antlr4/index.d.cts",
"import": "./dist/antlr4.node.mjs",
"require": "./dist/antlr4.node.cjs",
"default": "./dist/antlr4.node.mjs",
"node": {
"import": "./dist/antlr4.node.mjs",
"require": "./dist/antlr4.node.cjs",
Expand Down

0 comments on commit 02f8395

Please sign in to comment.