diff --git a/lusty-mustache-0.2-0.src.rock b/lusty-mustache-0.2-0.src.rock deleted file mode 100644 index e1246c9..0000000 Binary files a/lusty-mustache-0.2-0.src.rock and /dev/null differ diff --git a/lusty-mustache-0.3-0.rockspec b/lusty-mustache-0.4-0.rockspec similarity index 77% rename from lusty-mustache-0.3-0.rockspec rename to lusty-mustache-0.4-0.rockspec index a58fba7..5990fb6 100644 --- a/lusty-mustache-0.3-0.rockspec +++ b/lusty-mustache-0.4-0.rockspec @@ -1,8 +1,8 @@ package = "lusty-mustache" -version = "0.3-0" +version = "0.4-0" source = { - url = "https://github.com/Olivine-Labs/lusty-mustache/archive/v0.3.tar.gz", - dir = "lusty-mustache-0.3" + url = "https://github.com/Olivine-Labs/lusty-mustache/archive/v0.4.tar.gz", + dir = "lusty-mustache-0.4" } description = { summary = "mustache template rendering for lusty.", @@ -21,6 +21,6 @@ dependencies = { build = { type = "builtin", modules = { - ["lusty-mustache.render.mustache"] = "src/render/mustache.lua", + ["lusty-mustache.render.mustache"] = "lusty-mustache/render/mustache.lua", } } diff --git a/src/render/mustache.lua b/lusty-mustache/render/mustache.lua similarity index 100% rename from src/render/mustache.lua rename to lusty-mustache/render/mustache.lua