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": {