Skip to content

Commit 4dcf625

Browse files
committed
update default_rockspec
1 parent 23f71eb commit 4dcf625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/default_rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = {
2020
build = {
2121
type = "builtin",
2222
modules = {
23-
["array"] = "src/array.lua",
24-
["array.utils"] = "src/utils.lua"
23+
["array"] = "src/array/init.lua",
24+
["array.utils"] = "src/array/utils.lua"
2525
}
2626
}

0 commit comments

Comments
 (0)