Skip to content

Commit

Permalink
switch back to inlined antrl4
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Oct 16, 2023
1 parent 1857130 commit dc281ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/antlr4-c3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "rm -rf out"
},
"dependencies": {
"antlr4": "4.13.0"
"antlr4": "*"
},
"devDependencies": {
"@types/jest": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./dist/index.js",
"module": "./esm/index.js",
"dependencies": {
"antlr4": "4.13.0",
"antlr4": "*",
"antlr4-c3": "*",
"fastest-levenshtein": "^1.0.16",
"vscode-languageserver-types": "^3.17.3"
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["out/**"],
"outputs": ["out/**", "dist/**", "esm/**"],
"dependsOn": ["^build"]
},
"assemble": {
Expand Down

0 comments on commit dc281ad

Please sign in to comment.