Skip to content

Commit

Permalink
New point release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Sep 11, 2023
1 parent 1fab63c commit 35e3824
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Thumbs.db

# Ignored files
src/
lib/test/*
lib/test/
tests/
ports/
images/
package
*.tgz
.vscode/
Expand All @@ -21,3 +22,4 @@ cspell.json
tsconfig.json
jest.config.ts
index.ts
historical-contributors.txt
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4-c3",
"version": "3.2.1",
"version": "3.2.2",
"description": "A code completion core implementation for ANTLR4 based parsers",
"author": "Mike Lischke",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"test": "jest --testMatch [ \"**/tests/**/*.spec.ts\" ] --no-coverage --watchAll=false --max-worker=1",
"test-ci": "jest --testMatch [ \"**/tests/**/*.spec.ts\" ] --no-coverage --watchAll=false --silent",
"test-coverage": "jest --testMatch [ \"**/tests/**/*.spec.ts\" ] --coverage --silent",
"generate": "java -jar antlr/antlr4-4.13.2-SNAPSHOT-complete.jar -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir",
"generate": "java -jar antlr/antlr4-4.13.2-SNAPSHOT-complete.jar -Dlanguage=TypeScript tests/CPP14.g4 tests/Expr.g4 tests/Whitebox.g4 -no-listener -no-visitor -o tests/generated -Xexact-output-dir",
"eslint": "eslint ."
},
"devDependencies": {
Expand All @@ -42,6 +42,6 @@
"typescript": "5.2.2"
},
"dependencies": {
"antlr4ng": "1.0.4"
"antlr4ng": "1.0.6"
}
}

0 comments on commit 35e3824

Please sign in to comment.