From de81fb72f80dd93f43db1f93b436837f83c10cf9 Mon Sep 17 00:00:00 2001 From: onionhammer Date: Sun, 25 May 2014 18:21:42 -0500 Subject: [PATCH 1/2] Added nimrod templates module --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index d5cfe02..a01dd60 100644 --- a/packages.json +++ b/packages.json @@ -29,6 +29,16 @@ "web": "https://github.com/dom96/jester" }, + { + "name": "templates", + "url": "https://github.com/onionhammer/nim-templates.git", + "method": "git", + "tags": ["web", "html", "template"], + "description": "A simple string templating library for Nimrod.", + "license": "BSD", + "web": "https://github.com/onionhammer/nim-templates" + } + { "name": "murmur", "url": "git://github.com/olahol/nimrod-murmur/", From ed49d1a48456703defb805ccb02d7c288138d762 Mon Sep 17 00:00:00 2001 From: onionhammer Date: Sun, 25 May 2014 18:24:00 -0500 Subject: [PATCH 2/2] Fixed missing comma --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a01dd60..705e1f5 100644 --- a/packages.json +++ b/packages.json @@ -37,7 +37,7 @@ "description": "A simple string templating library for Nimrod.", "license": "BSD", "web": "https://github.com/onionhammer/nim-templates" - } + }, { "name": "murmur",