From cedefb93236731d7d762b2f827169170872b0ae8 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Wed, 29 Apr 2015 16:51:48 -0400 Subject: [PATCH] 0.3.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ffcbad8..67af7df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-git-config", "description": "Parse `.git/config` into a JavaScript object. sync or async.", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": { "name": "Jon Schlinkert", @@ -37,6 +37,7 @@ }, "keywords": [ "config", - "git" + "git", + "parse" ] }