From a95c017253267961250d73733124cb9eb03df2ac Mon Sep 17 00:00:00 2001 From: osyrisrblx Date: Sun, 4 Feb 2024 00:00:08 -0500 Subject: [PATCH] Include .luaurc in wally package --- wally.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally.toml b/wally.toml index 6b793ea..48f0599 100644 --- a/wally.toml +++ b/wally.toml @@ -7,6 +7,6 @@ authors = ["Osyris"] realm = "shared" registry = "https://github.com/upliftgames/wally-index" exclude = ["*"] -include = ["lib", "lib/init.lua", "default.project.json", "LICENSE", "README.md", "wally.toml"] +include = ["lib", "lib/init.lua", "default.project.json", "LICENSE", "README.md", "wally.toml", ".luaurc"] [dependencies]