From 87347c75c458bd43ab2fec249e5b4d5c3ce33659 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 14 Nov 2017 08:49:00 -0700 Subject: [PATCH] docs(box.json): Remove extra period in description Remove period as it is not needed for a single sentance --- box.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index fece3281..9301d0da 100644 --- a/box.json +++ b/box.json @@ -18,7 +18,7 @@ }, "bugs":"https://github.com/elpete/qb/issues", "slug":"qb", - "shortDescription":"A query builder for the rest of us.", + "shortDescription":"A query builder for the rest of us", "type":"modules", "keywords":[ "ORM", @@ -55,4 +55,4 @@ "runner":"http://localhost:7777/tests/runner.cfm" }, "dependencies":{} -} \ No newline at end of file +}