From c6c2d1ae6931b16149a796ea1e5052329f327960 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Tue, 7 Jan 2014 21:27:53 -0400 Subject: [PATCH 1/2] Switched from broken node-gyp to patched node-gyp. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e55d74acc3..893ee0a330 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "async": ">= 0.1.21", "request": "2.9.x", - "node-gyp": "~0.8.2", + "node-gyp": "https://github.com/nodegit/nodegit/tarball/master", "tar": "0.1.17", "fs-extra": "0.6.0" }, From 44f69eefbd09f881a502d3f7e8f749afb398c0ef Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Tue, 7 Jan 2014 21:35:29 -0400 Subject: [PATCH 2/2] Fixed typo, when including dependency node-gyp from Glavin001. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 893ee0a330..06c648fd88 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,10 @@ "dependencies": { "async": ">= 0.1.21", "request": "2.9.x", - "node-gyp": "https://github.com/nodegit/nodegit/tarball/master", + "node-gyp": "https://github.com/Glavin001/node-gyp/tarball/master", "tar": "0.1.17", - "fs-extra": "0.6.0" + "fs-extra": "0.6.0", + "ejs": "0.8.5" }, "devDependencies": { "nodeunit": "",