From 0ac75d24f7a06fcc5e253fbfe5f51b7fa4f73f4b Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 26 Nov 2024 16:30:26 +0100 Subject: [PATCH] fix(rockspec): include 'notation.lua' fixes: https://github.com/clear-code/xmlua/issues/38 --- xmlua.rockspec | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlua.rockspec b/xmlua.rockspec index d20bacc..9d58c9d 100644 --- a/xmlua.rockspec +++ b/xmlua.rockspec @@ -70,6 +70,7 @@ build = { ["xmlua.namespace-declaration"] = "xmlua/namespace-declaration.lua", ["xmlua.node"] = "xmlua/node.lua", ["xmlua.node-set"] = "xmlua/node-set.lua", + ["xmlua.notation"] = "xmlua/notation.lua", ["xmlua.notation-declaration"] = "xmlua/notation-declaration.lua", ["xmlua.processing-instruction"] = "xmlua/processing-instruction.lua", ["xmlua.searchable"] = "xmlua/searchable.lua",