Skip to content

Commit 8cb4033

Browse files
authored
Fix goto labels (fixes #54)
1 parent 7025dfa commit 8cb4033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli-library-publisher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function main() {
6060
libraryWordMatchers,
6161
libraryFileMatchers,
6262
{
63-
"Lua.runtime.version": "Lua 5.1",
63+
"Lua.runtime.version": "LuaJIT",
6464
"Lua.runtime.special": {
6565
"include": "dofile",
6666
"IncludeCS": "dofile",

0 commit comments

Comments
 (0)