Skip to content

Commit

Permalink
fixed paths to use actually existing files
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
Andarist authored and parrt committed Jun 9, 2023
1 parent a004a76 commit 96f9770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"exports": {
".": {
"node": {
"types": "./src/antlr4/index.node.d.ts",
"types": "./src/antlr4/index.d.ts",
"import": "./dist/antlr4.node.mjs",
"require": "./dist/antlr4.node.cjs",
"default": "./dist/antlr4.node.mjs"
},
"browser": {
"types": "./src/antlr4/index.web.d.ts",
"types": "./src/antlr4/index.d.ts",
"import": "./dist/antlr4.web.mjs",
"require": "./dist/antlr4.web.cjs",
"default": "./dist/antlr4.web.mjs"
Expand Down

0 comments on commit 96f9770

Please sign in to comment.