From 0c1bfbb6f339a8a5220a62d68cc26cdfec9f6303 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Wed, 26 Oct 2016 06:33:57 -0400 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 180ba9a..47b36f7 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": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ @@ -27,7 +27,7 @@ "dependencies": { "extend-shallow": "^2.0.1", "fs-exists-sync": "^0.1.0", - "git-config-path": "^1.0.0", + "git-config-path": "^1.0.1", "ini": "^1.3.4" }, "devDependencies": {