From 415bb34ffbf3e888972025dc7aada6bdf19861e1 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 3 Mar 2011 16:48:04 +0100 Subject: =?UTF-8?q?Add=20=E2=80=9Chtml=E2=80=9D=20and=20=E2=80=9Chtml-attr?= =?UTF-8?q?-value=E2=80=9D=20formatters.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json-template.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'json-template.asd') 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) -- cgit v1.2.3