commit f651c6c4fed3de22b2d93ea032e148f36723886c parent 33d1ffd2b0557b246487f89cb9a8f0d46493a27d Author: Hugo Soucy <hsoucy@kronostechnologies.com> Date: Wed, 28 Mar 2018 08:36:32 -0400 Remove lua in the dependencies for now. Diffstat:
M | config.lua | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.lua b/config.lua @@ -18,8 +18,7 @@ local config = { }, -- Ferron Dependencies - dependencies = { - "lua ~> 5.3", + dependencies = { "luafilesystem", "lustache", "lua-path",