Skip to content

Commit

Permalink
src -> recs
Browse files Browse the repository at this point in the history
  • Loading branch information
Phalanxia committed Oct 23, 2023
1 parent bf4ef47 commit 890b812
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* @Phalanxia @AmaranthineCodices

src/BuiltInPlugins/CollectionService.luau @Phalanxia
src/BuiltInPlugins/ComponentChangedEvent.luau @Phalanxia
src/BuiltInPlugins/ComponentCleaner.luau @Phalanxia
recs/BuiltInPlugins/CollectionService.luau @Phalanxia
recs/BuiltInPlugins/ComponentChangedEvent.luau @Phalanxia
recs/BuiltInPlugins/ComponentCleaner.luau @Phalanxia
.github/* @Phalanxia
*aftman* @Phalanxia
*stylua* @Phalanxia
Expand Down
2 changes: 1 addition & 1 deletion default.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recs",
"tree": {
"$path": "src"
"$path": "recs"
}
}
2 changes: 1 addition & 1 deletion development-place.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"$className": "Folder",
"$path": "Packages",
"RECS": {
"$path": "src"
"$path": "recs"
}
}
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "phalanxia/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.1"
version = "0.1.2"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
private = false
exclude = ["tests", "development-place.project.json", "testez.yml", "spec.lua", "stylua.toml", "selene.toml", "aftman.toml"]
exclude = ["tests", "development-place.project.json", "testez.yml", "spec.lua", "stylua.toml", "selene.toml", "aftman.toml", "sourcemap.json", ".github"]

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

0 comments on commit 890b812

Please sign in to comment.