From 1ed7bd0e8b0f8367c084ba0acbaf56e40f0c5bbb Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 10 May 2015 01:39:12 -0400 Subject: [PATCH] package.json syntax correction (oops) Was not able to rebase because I already stupidly pushed, and Savannah does not allow --force, or deleting `master' to circumvent. ;) Not that it would be a good idea rergardless. --- package.json.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json.in b/package.json.in index fe4ddae..b0e2b13 100644 --- a/package.json.in +++ b/package.json.in @@ -31,16 +31,16 @@ "keywords": [ "classes", "classical", - "extend" + "extend", "gnu", "inheritance", "interfaces", - "mixins" + "mixins", "object oriented", "oo", "oop", "protected members", "traits", - "visibility", + "visibility" ] }