fix: remove extraneous Packages entry from project file

This commit is contained in:
2026-02-19 17:33:51 -05:00
parent e4fa158e8e
commit 587d3cb7ee
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
{ {
"name": "filoxen-luau", "name": "filoxen-luau",
"tree": { "tree": {
"$path": "src", "$path": "src"
"Packages": {
"$path": "Packages"
}
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "secret-rare/filoxen-luau" name = "secret-rare/filoxen-luau"
version = "0.1.1" version = "0.1.2"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "server" realm = "server"