From 7fe0dc77448a321e659da8d5067585d282eb04aa Mon Sep 17 00:00:00 2001 From: filoxenace Date: Sun, 29 Mar 2026 19:30:42 -0400 Subject: [PATCH] fix(package): move wally.toml to `src` to only bundle required files --- default.project.json | 3 ++- wally.toml => src/wally.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename wally.toml => src/wally.toml (87%) diff --git a/default.project.json b/default.project.json index 5840dec..d6529ed 100644 --- a/default.project.json +++ b/default.project.json @@ -2,5 +2,6 @@ "name": "rbx_reface", "tree": { "$path": "src" - } + }, + "globIgnorePaths": ["**/wally.toml"] } diff --git a/wally.toml b/src/wally.toml similarity index 87% rename from wally.toml rename to src/wally.toml index 4525640..eca1692 100644 --- a/wally.toml +++ b/src/wally.toml @@ -1,6 +1,6 @@ [package] name = "secret-rare/rbx-reface" -version = "0.1.4" +version = "0.1.5" registry = "https://github.com/UpliftGames/wally-index" realm = "server"