0.33 release

This commit is contained in:
mpeterv
2015-09-27 17:46:47 +03:00
parent 77ebc53344
commit 8c09109924
3 changed files with 15 additions and 3 deletions

View File

@@ -10,11 +10,12 @@ description = {
homepage = "https://github.com/mpeterv/markdown"
}
dependencies = {
"lua >= 5.1"
"lua >= 5.1, < 5.4"
}
build = {
type = "builtin",
modules = {
markdown = "markdown.lua"
}
},
copy_directories = {}
}