Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit beda00f

Browse files
committed
Rename lib -> src folder
1 parent 635f1cd commit beda00f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+8
-8
lines changed

.luacov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
include = {
3-
"^lib",
3+
"^src",
44
},
55
exclude = {
66
"%.spec$",

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 2 additions & 2 deletions

bin/bench.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-- If you add any dependencies, add them to this table so they'll be loaded!
66
local LOAD_MODULES = {
7-
{"lib", "Roact"},
7+
{"src", "Roact"},
88
}
99

1010
-- This makes sure we can load Lemur and other libraries that depend on init.lua

bin/spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-- If you add any dependencies, add them to this table so they'll be loaded!
66
local LOAD_MODULES = {
7-
{"lib", "Roact"},
7+
{"src", "Roact"},
88
{"modules/testez/lib", "TestEZ"},
99
}
1010

place.project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"$className": "ReplicatedStorage",
88

99
"Roact": {
10-
"$path": "lib"
10+
"$path": "src"
1111
},
1212

1313
"TestEZ": {

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Roact"
22
author = "Roblox"
33
license = "Apache-2.0"
4-
content_root = "lib"
4+
content_root = "src"
55
version = "0.2.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)