Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Lischke <[email protected]>
  • Loading branch information
mike-lischke committed Mar 3, 2024
1 parent f930b92 commit 602dcb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build & Test

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4-c3",
"version": "3.4.0",
"version": "3.4.1",
"description": "A code completion core implementation for ANTLR4 based parsers",
"author": "Mike Lischke",
"license": "MIT",
Expand All @@ -26,7 +26,6 @@
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage",
"generate": "antlr4ng -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir",
"eslint": "eslint .",
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --packages=external --keep-names",
"build-mjs": "npm run build-bundle -- --outfile=lib/index.mjs --format=esm",
"build-cjs": "npm run build-bundle -- --outfile=lib/index.cjs --format=cjs",
"build-bundle": "esbuild ./index.ts --bundle --main-fields=module,main --target=esnext --packages=external --keep-names"
Expand All @@ -49,7 +48,7 @@
"typescript": "5.3.3"
},
"dependencies": {
"antlr4ng": "3.0.0"
"antlr4ng": "^3.0.1"
},
"exports": {
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 602dcb2

Please sign in to comment.