Changed require() of lume to act relative to lurker's location

This commit is contained in:
rxi
2014-08-19 23:41:01 +01:00
parent f96fb50be2
commit 530f64dedc

View File

@@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details. -- under the terms of the MIT license. See LICENSE for details.
-- --
local lume = require "lume" local lume = require((...):gsub("[^/.\\]+$", "lume"))
local lurker = { _version = "1.0.1" } local lurker = { _version = "1.0.1" }