aboutsummaryrefslogtreecommitdiffstats
path: root/dist/rocks
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-27 14:59:25 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-27 14:59:25 +0000
commitccc64f4fb666e9ffef819a5e8c5965fb5eb17652 (patch)
tree46b76690efb77acf98681483859e533cdc665079 /dist/rocks
parentfix existing tests (diff)
downloadalive-ccc64f4fb666e9ffef819a5e8c5965fb5eb17652.tar.gz
alive-ccc64f4fb666e9ffef819a5e8c5965fb5eb17652.zip
do not fix lua version in rockspec
Diffstat (limited to 'dist/rocks')
-rw-r--r--dist/rocks/alive-scm-3.rockspec2
1 files changed, 1 insertions, 1 deletions
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",