Skip to content

Commit

Permalink
Fix goto labels (fixes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje authored Jul 1, 2024
1 parent 7025dfa commit 8cb4033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli-library-publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function main() {
libraryWordMatchers,
libraryFileMatchers,
{
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"include": "dofile",
"IncludeCS": "dofile",
Expand Down

0 comments on commit 8cb4033

Please sign in to comment.