1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Fix require cycle

This commit is contained in:
Étienne Fildadut 2021-06-17 19:47:07 +02:00
parent e9ae8e21a3
commit ff6d7f8feb
2 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,8 @@
local candran = {
VERSION = "0.14.0"
}
package.loaded["candran"] = candran
#import("candran.util")
#import("candran.serpent")
@ -14,11 +19,6 @@
local unpack = unpack or table.unpack
local candran = {
VERSION = "0.14.0"
}
package.loaded["candran"] = candran
--- Default options.
candran.default = {
target = "lua54",