mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-27 18:42:19 +00:00
drop luarocks requirement
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
-- vim: ft=lua ts=2
|
||||
pcall(require, "luarocks.loader")
|
||||
local Set = {}
|
||||
Set.mt = {__index = Set}
|
||||
function Set:new(values)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
require("luarocks.loader")
|
||||
-- Omit next line in actual module clients; it's only to support development of the module itself
|
||||
package.path = "../src/?.lua;" .. package.path
|
||||
|
||||
|
Reference in New Issue
Block a user