We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7454e commit ebba6a1Copy full SHA for ebba6a1
tasks/default_rockspec
@@ -20,6 +20,7 @@ dependencies = {
20
build = {
21
type = "builtin",
22
modules = {
23
- ['array'] = "array.lua"
+ ["array"] = "src/array.lua",
24
+ ["array.utils"] = "src/utils.lua"
25
}
26
0 commit comments