From 6678deaa9af328379d96d91011a440401d295e09 Mon Sep 17 00:00:00 2001 From: luttje <2738114+luttje@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:56:26 +0100 Subject: [PATCH] same as #33, but on main, closes #32 --- src/cli-library-publisher.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli-library-publisher.ts b/src/cli-library-publisher.ts index bcd40a3..dcd8d70 100644 --- a/src/cli-library-publisher.ts +++ b/src/cli-library-publisher.ts @@ -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": [ "!",