aboutsummaryrefslogtreecommitdiff
path: root/json-template.asd
diff options
context:
space:
mode:
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)