We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ff929 commit 3a83ddfCopy full SHA for 3a83ddf
lifecycleScripts/install.js
@@ -6,13 +6,7 @@ var spawn = require("child_process").spawn;
6
module.exports = function install() {
7
console.log("[nodegit] Running install script");
8
9
- var nodePreGyp = path.join(
10
- __dirname,
11
- "..",
12
- "node_modules",
13
- ".bin",
14
- "node-pre-gyp"
15
- );
+ var nodePreGyp = "node-pre-gyp";
16
17
if (process.platform === "win32") {
18
nodePreGyp += ".cmd";
package.json
@@ -33,10 +33,6 @@
33
"engines": {
34
"node": ">= 0.12"
35
},
36
- "bundledDependencies": [
37
- "lodash",
38
39
- ],
40
"dependencies": {
41
"fs-extra": "~0.26.2",
42
"lodash": "^4.13.1",
0 commit comments