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/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, "\\$&"); 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",