From ab9d81a323b4865e9e75992a1a921debcd777f41 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Fri, 29 Nov 2013 17:42:51 -0800 Subject: [PATCH] Updating the package.json file. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8989c02..751c33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tumble", - "description": "Trivial reimplementation of Tumbler template parser", + "description": "Trivial reimplementation of Tumbler template parser/renderer", "version": "0.1.2", "author": { "name": "Kenneth \"Elf\" M. Sternberg", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/elfsternberg/tumble.git", + "url": "https://github.com/elfsternberg/tumble.git" }, "licenses": [ { @@ -33,5 +33,5 @@ "mocha": "1.8.x", "chai": "1.5.x" }, - "keywords": [] + "keywords": ["template", "tumblr"] }