From b5c11ca10a95ba64a1988a2d893cf7f9104ccd5c Mon Sep 17 00:00:00 2001 From: Jay Traband Date: Fri, 16 Oct 2015 09:04:58 -0700 Subject: [PATCH] Fix for bug in nodegit 0.5 ( revert to 0.4.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e12b021e93..987e225edf 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "marked": "^0.3.5", "minimatch": "^2.0.10", "node-html-encoder": "0.0.2", - "nodegit": "^0.5.0", + "nodegit": "0.4.1", "path": "^0.11.14", "prompt": "^0.2.14", "q": "^1.4.1",