Skip to content

Commit fe87a81

Browse files
committed
update rockspec
1 parent 0b95661 commit fe87a81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = 'str'
2-
version = '1.0.4-0'
2+
version = '1.0.5-0'
33

44
source = {
55
url = 'git://github.com/evandrolg/str.git',
6-
tag = 'v1.0.4'
6+
tag = 'v1.0.5'
77
}
88

99
description = {
@@ -21,6 +21,7 @@ dependencies = {
2121
build = {
2222
type = "builtin",
2323
modules = {
24-
['str'] = "str.lua"
24+
['str'] = "src/str/init.lua"
25+
['str.utils'] = "src/str/utils.lua"
2526
}
2627
}

0 commit comments

Comments
 (0)