Skip to content

Commit 76b7717

Browse files
committed
correct antlr4ts dependency
1 parent fdf4709 commit 76b7717

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@
9595
"@types/node": "^16.11.7",
9696
"@typescript-eslint/eslint-plugin": "^5.30.0",
9797
"@typescript-eslint/parser": "^5.30.0",
98-
"antlr4ts": "^0.5.0-alpha.4",
9998
"antlr4ts-cli": "^0.5.0-alpha.4",
10099
"eslint": "^8.13.0",
101100
"js-yaml": "^4.1.0",
102101
"mocha": "^9.2.1",
103102
"typescript": "^4.7.2"
103+
},
104+
"dependencies": {
105+
"antlr4ts": "^0.5.0-alpha.4"
104106
}
105107
}

0 commit comments

Comments
 (0)