diff options
| -rwxr-xr-x | dist/release.sh | 2 | ||||
| -rw-r--r-- | dist/rocks/alive-scm-3.rockspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/release.sh b/dist/release.sh index da6dcb9..b874eb8 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -69,7 +69,7 @@ text-based language and works without special editor support.]], } dependencies = { - "lua >= 5.3", + "lua", "moonscript >= 0.5.0", "lpeg ~> 0.10", "luafilesystem", diff --git a/dist/rocks/alive-scm-3.rockspec b/dist/rocks/alive-scm-3.rockspec index 4623319..c6ef5fc 100644 --- a/dist/rocks/alive-scm-3.rockspec +++ b/dist/rocks/alive-scm-3.rockspec @@ -18,7 +18,7 @@ text-based language and works without special editor support.]], } dependencies = { - "lua >= 5.3", + "lua", "moonscript >= 0.5.0", "lpeg ~> 0.10", "luafilesystem", |
