aboutsummaryrefslogtreecommitdiff
path: root/json-template.asd
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-03 16:48:04 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-03 16:48:04 +0100
commit415bb34ffbf3e888972025dc7aada6bdf19861e1 (patch)
tree64cae4e35e51939e1fadc4ee2d0895a6ca00c809 /json-template.asd
parent612ec030df3ac71ebb726d54584fcfebde78a6df (diff)
Add “html” and “html-attr-value” formatters.
Diffstat (limited to 'json-template.asd')
-rw-r--r--json-template.asd4
1 files changed, 3 insertions, 1 deletions
diff --git a/json-template.asd b/json-template.asd
index 39f94dc..2f1cfe8 100644
--- a/json-template.asd
+++ b/json-template.asd
@@ -20,4 +20,6 @@
:description "An implementation of a subset of the JSON Template language."
:license "Apache License, version 2.0"
:version "0.1.0"
- :components ((:file "json-template")))
+ :components ((:file "json-template")
+ (:file "formatters"))
+ :serial t)