Skip to content

Commit c30e672

Browse files
committed
Rockspec fix
Signed-off-by: leonardus <[email protected]>
1 parent c2c9f08 commit c30e672

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rockspec_format = "3.0"
22
package = "lua-gltf"
3-
version = "1.0.0-1"
3+
version = "1.0.0-2"
44
description = {
55
summary = "glTF loader",
66
license = "zlib",
@@ -14,8 +14,7 @@ dependencies = {
1414
"base64 ~> 1"
1515
}
1616
source = {
17-
url = "git://github.com/leonardus/lua-gltf",
18-
dir = "gltf"
17+
url = "git://github.com/leonardus/lua-gltf"
1918
}
2019
build = {
2120
["type"] = "builtin",

0 commit comments

Comments
 (0)