From d1c36a99e3a7bdeffaa6e623d88daccde7ecfa04 Mon Sep 17 00:00:00 2001 From: John Haley Date: Mon, 16 Mar 2015 12:22:05 -0700 Subject: [PATCH 1/2] Download all dev dependencies before build Some dev dependencies were slipping through the cracks during an atom-shell or nw.js install. For now we'll just download all dev dependencies before a build just in case. --- lifecycleScripts/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecycleScripts/install.js b/lifecycleScripts/install.js index c5a8f0bae..9a39e02a2 100644 --- a/lifecycleScripts/install.js +++ b/lifecycleScripts/install.js @@ -110,7 +110,7 @@ function build() { target = "--target=" + nwVersion; } - return exec("npm install " + builder) + return exec("npm install --ignore-scripts") .then(function() { builder = path.resolve(".", "node_modules", ".bin", builder); builder = builder.replace(/\s/g, "\\$&"); From d1bf275e585398d0b1e92f6655159fbd72c21ece Mon Sep 17 00:00:00 2001 From: John Haley Date: Mon, 16 Mar 2015 14:29:01 -0700 Subject: [PATCH 2/2] Bump to 0.3.3 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73ea6ee6b..142085be1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ NodeGit ***NOTE: NodeGit currently does not work with [iojs on windows](https://github.com/rvagg/pangyp/issues/4)*** -**Stable: 0.3.2** +**Stable: 0.3.3** ## Have a problem? Come chat with us! ## diff --git a/package.json b/package.json index 15f97030b..534cd06fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nodegit", "description": "Node.js libgit2 asynchronous native bindings", - "version": "0.3.2", + "version": "0.3.3", "libgit2": { "url": "https://github.com/nodegit/libgit2/tarball/4b3a1899ff37dddba0a095487505fed9ede101b1", "sha": "4b3a1899ff37dddba0a095487505fed9ede101b1",