From beb8ee4247d1cfbb353b46952efbae22cfc71d7f Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 4 Nov 2024 17:23:27 +0530 Subject: [PATCH] chore(pkg): fix bad includes field --- pesde.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pesde.toml b/pesde.toml index 38a3d92..6713c91 100644 --- a/pesde.toml +++ b/pesde.toml @@ -5,7 +5,7 @@ authors = ["Erica Marigold "] repository = "https://github.com/0x5eal/semver-luau.git" license = "MIT" includes = [ - "lib/**", + "lib", "pesde.toml", "README.md", "LICENSE.md", @@ -27,4 +27,4 @@ frktest = { repo = "https://github.com/CompeyDev/frktest-pesde.git", rev = "2259 [indices] default = "https://github.com/daimond113/pesde-index.git" -staging = "https://git.devcomp.xyz/pesde-staging/index.git" \ No newline at end of file +staging = "https://git.devcomp.xyz/pesde-staging/index.git"