Skip to content

Commit

Permalink
same as #33, but on main, closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje authored Jan 16, 2024
1 parent ecf4440 commit 6678dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli-library-publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ async function main() {
{
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.special": {
"include": "require",
"IncludeCS": "require",
"include": "dofile",
"IncludeCS": "dofile",
},
"Lua.runtime.nonstandardSymbol": [
"!",
Expand Down

0 comments on commit 6678dea

Please sign in to comment.