Remove version for now
This commit is contained in:
parent
709355f484
commit
8c154e682e
2
init.lua
2
init.lua
|
@ -8,5 +8,5 @@ local _VERSION = '0.5.5'
|
||||||
local premodule = (...)
|
local premodule = (...)
|
||||||
if premodule == 'init' then premodule = '' end
|
if premodule == 'init' then premodule = '' end
|
||||||
local pretty = require (premodule .. (premodule ~= '' and '.' or '') .. 'pretty')
|
local pretty = require (premodule .. (premodule ~= '' and '.' or '') .. 'pretty')
|
||||||
pretty._VERSION = _VERSION
|
--pretty._VERSION = _VERSION -- TODO
|
||||||
return pretty
|
return pretty
|
||||||
|
|
Loading…
Reference in New Issue
Block a user