Skip to content

Commit ebba6a1

Browse files
committed
update rockspec task
1 parent 8e7454e commit ebba6a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/default_rockspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = {
2020
build = {
2121
type = "builtin",
2222
modules = {
23-
['array'] = "array.lua"
23+
["array"] = "src/array.lua",
24+
["array.utils"] = "src/utils.lua"
2425
}
2526
}

0 commit comments

Comments
 (0)