Skip to content

Commit

Permalink
fix: update antlr4 to version 4.12.0, bump version to 0.6.1 (#11)
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
ToddFincannonEI authored Apr 28, 2023
1 parent b6cf422 commit e99db84
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 635 deletions.
191 changes: 0 additions & 191 deletions package-lock.json

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "antlr4-vensim",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"description": "Vensim grammar built in ANTLR 4",
"scripts": {
"build": "rm -rf parser && java -jar /usr/local/lib/antlr-4.9.2-complete.jar -Dlanguage=JavaScript -visitor -no-listener -Xexact-output-dir -o parser grammar/Model.g4"
"build": "rm -rf parser && java -jar /usr/local/lib/antlr-4.12.0-complete.jar -Dlanguage=JavaScript -visitor -no-listener -Xexact-output-dir -o parser grammar/Model.g4"
},
"main": "index.js",
"author": "Climate Interactive",
Expand All @@ -17,7 +17,7 @@
"url": "https://github.com/climateinteractive/antlr4-vensim/issues"
},
"dependencies": {
"antlr4": "4.9.2"
"antlr4": "4.12.0"
},
"devDependencies": {
"bufx": "^1.0.5",
Expand Down
Loading

0 comments on commit e99db84

Please sign in to comment.