moonscript-dev-1.rockspec: replace alt-getopt with argparse

This commit is contained in:
RyanSquared 2017-05-30 00:15:46 -05:00 committed by leaf
parent dd9661db93
commit 6f332a4559

View File

@ -16,7 +16,7 @@ description = {
dependencies = {
"lua >= 5.1",
"lpeg >= 0.10, ~= 0.11",
"alt-getopt >= 0.7",
"argparse >= 0.5",
"luafilesystem >= 1.5"
}