From e6f597a9136cbf078a7c124fb0f482e740a4b6d1 Mon Sep 17 00:00:00 2001 From: YetAnotherClown Date: Fri, 30 Aug 2024 20:49:36 -0400 Subject: [PATCH] Format wally.toml --- wally.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wally.toml b/wally.toml index db1d470..f0141ae 100644 --- a/wally.toml +++ b/wally.toml @@ -8,10 +8,18 @@ realm = "shared" registry = "https://github.com/UpliftGames/wally-index" # publish-wally.sh will clone to /dist and run wally publish in that directory -exclude = ["tests", "tests/*", "lib/__*__", "lib/__*__/*", "package.json", "*.tgz", "*.zip"] +exclude = [ + "tests", + "tests/*", + "lib/__*__", + "lib/__*__/*", + "package.json", + "*.tgz", + "*.zip", +] include = ["wally.lock"] [dev-dependencies] Jest = "jsdotlua/jest@3.6.1-rc.2" JestGlobals = "jsdotlua/jest-globals@3.6.1-rc.2" -Signal = "sleitnick/signal@2.0.1" \ No newline at end of file +Signal = "sleitnick/signal@2.0.1"