Skip to content

Commit

Permalink
Update wally config + related items (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phalanxia authored Oct 19, 2023
1 parent 1f4df46 commit 1ff514b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# Wally
packages
devpackages

# macOS artifacts
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions .styluaignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Packages/
DevPackages/
1 change: 1 addition & 0 deletions selene.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ std = "roblox+testez"
exclude = [
".github/*",
"Packages/*",
"DevPackages/*",
"scripts/*",
"tools/*",
"*.spec.lua",
Expand Down
4 changes: 2 additions & 2 deletions wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
registry = "test"

[[package]]
name = "me/recs"
name = "matches/recs"
version = "0.1.0"
dependencies = [["TestEZ", "roblox/testez@0.4.1"], ["t", "osyrisrblx/t@3.0.0"]]
dependencies = [["t", "osyrisrblx/t@3.0.0"], ["TestEZ", "roblox/testez@0.4.1"]]

[[package]]
name = "osyrisrblx/t"
Expand Down
8 changes: 7 additions & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[package]
name = "recs"
name = "matches/recs"
description = "An entity component system library written in Luau, for use in Roblox."
authors = ["AmaranthineCodices <git@lily.fyi>", "Madi <me@madi.pizza>"]
version = "0.1.0"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
private = false

[dependencies]
t = "osyrisrblx/t@3.0.0"

[dev-dependencies]
TestEZ = "roblox/testez@0.4.1"

0 comments on commit 1ff514b

Please sign in to comment.