Skip to content

Commit

Permalink
fix: package.json entrypoints
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Miller <codex.nz@gmail.com>
  • Loading branch information
Codex- authored and parrt committed Sep 9, 2023
1 parent 98d6fab commit 9043b8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "4.13.1",
"type": "module",
"description": "JavaScript runtime for ANTLR4",
"browser": "dist/antlr4.web.js",
"main": "dist/antlr4.node.mjs",
"browser": "dist/antlr4.web.mjs",
"main": "dist/antlr4.node.cjs",
"module": "dist/antlr4.node.mjs",
"types": "src/antlr4/index.d.ts",
"repository": "antlr/antlr4.git",
"keywords": [
Expand Down

0 comments on commit 9043b8a

Please sign in to comment.