diff --git a/xml.nimble b/xml.nimble index 3b5b163..f2a3852 100644 --- a/xml.nimble +++ b/xml.nimble @@ -5,7 +5,7 @@ author = "Huy Doan" description = "Pure Nim XML parser" license = "MIT" srcDir = "src" -skipDirs = @"fuzz", "tests"] +skipDirs = @["fuzz", "tests"] # Dependencies requires "nim >= 1.0.4"