From 092fad88241b651110a9a3a579ed4aea36a23968 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 29 Dec 2023 21:18:43 +0100 Subject: [PATCH] Put TestEz under dev-dependencies in wally.toml (#89) * Piut testez under devdependency * Add newline * Place DevPackages * Place DevPackages * Replace Packages with DevPackages in gitignore * Remove DevPackages from source --- .gitignore | 2 +- test.project.json | 2 +- wally.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 45a60fd..c7e3d5b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,7 @@ luac.out *.x86_64 *.hex -Packages +DevPackages roblox.toml build *.rbxl diff --git a/test.project.json b/test.project.json index da3d065..fe02bba 100644 --- a/test.project.json +++ b/test.project.json @@ -11,7 +11,7 @@ }, "ReplicatedStorage": { "$className": "ReplicatedStorage", - "$path": "Packages", + "$path": "DevPackages", "Matter": { "$path": "lib" } diff --git a/wally.toml b/wally.toml index 0f3ba14..7938296 100644 --- a/wally.toml +++ b/wally.toml @@ -5,5 +5,5 @@ registry = "https://github.com/UpliftGames/wally-index" realm = "shared" exclude = ["example", "docs", "Packages", ".moonwave", "build", "pages", "tests", "AttackOfTheKillerRoombas.rbxl", "AttackOfTheKillerRoombas.rbxl.lock", "matter.rbxl", "matter.rbxm", "roblox.toml"] -[dependencies] -TestEZ = "roblox/testez@0.4.1" \ No newline at end of file +[dev-dependencies] +TestEZ = "roblox/testez@0.4.1"