Skip to content

Commit 7b876d2

Browse files
committed
Added antlr4ng to dependencies
1 parent e52b240 commit 7b876d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@
9393
"textMate": "npx js-yaml client/src/syntaxes/vba.tmLanguage.yaml > client/out/vba.tmLanguage.json",
9494
"antlr4ng": "antlr4ng -Dlanguage=TypeScript -visitor ./server/src/antlr/vba.g4 -o ./server/src/antlr/out/"
9595
},
96+
"dependencies": {
97+
"antlr4ng": "^3.0.4"
98+
},
9699
"devDependencies": {
97100
"@types/mocha": "^9.1.0",
98101
"@types/node": "^16.11.7",
99102
"@typescript-eslint/eslint-plugin": "^5.30.0",
100103
"@typescript-eslint/parser": "^5.30.0",
101-
"antlr4ng": "^3.0.4",
102104
"antlr4ng-cli": "^2.0.0",
103105
"eslint": "^8.13.0",
104106
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)