From 0b378b0f87ca75d5e23ee82acfd97662e6d9514f Mon Sep 17 00:00:00 2001 From: joshaber Date: Mon, 9 Nov 2015 21:11:29 -0500 Subject: [PATCH] Use node-pre-gyp to grab binaries of nodegit. --- package.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 33f0fcc8b..e688fd686 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "key-path-helpers": "^0.4.0", "less-cache": "0.22", "marked": "^0.3.4", + "node-pre-gyp": "^0.6.15", "nodegit": "~0.5.0", "normalize-package-data": "^2.0.0", "nslog": "^3", @@ -158,18 +159,18 @@ "standard": { "ignore": [], "parser": "babel-eslint", - "globals": [ - "atom", - "afterEach", - "beforeEach", - "describe", - "expect", - "it", - "jasmine", - "runs", - "spyOn", - "waitsFor", - "waitsForPromise" - ] + "globals": [ + "atom", + "afterEach", + "beforeEach", + "describe", + "expect", + "it", + "jasmine", + "runs", + "spyOn", + "waitsFor", + "waitsForPromise" + ] } }