Skip to content

Commit 79de9db

Browse files
authored
Merge pull request #55 from luttje/bugfix/goto-labels
Fix goto labels (fixes #54)
2 parents 7025dfa + 8cb4033 commit 79de9db

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)