Skip to content

Commit c3bf1dd

Browse files
authored
fix(rockspec): include 'notation.lua' (#39)
fixes: #38
1 parent 350536b commit c3bf1dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmlua.rockspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ build = {
7070
["xmlua.namespace-declaration"] = "xmlua/namespace-declaration.lua",
7171
["xmlua.node"] = "xmlua/node.lua",
7272
["xmlua.node-set"] = "xmlua/node-set.lua",
73+
["xmlua.notation"] = "xmlua/notation.lua",
7374
["xmlua.notation-declaration"] = "xmlua/notation-declaration.lua",
7475
["xmlua.processing-instruction"] = "xmlua/processing-instruction.lua",
7576
["xmlua.searchable"] = "xmlua/searchable.lua",

0 commit comments

Comments
 (0)