pj-nodegit 0.18.1 → 0.18.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pj-nodegit",
3
3
  "description": "Node.js libgit2 asynchronous native bindings",
4
- "version": "0.18.1",
4
+ "version": "0.18.6",
5
5
  "homepage": "http://nodegit.org",
6
6
  "keywords": [
7
7
  "libgit2",
@@ -43,8 +43,8 @@
43
43
  "json5": "^2.1.0",
44
44
  "lodash": "^4.17.14",
45
45
  "nan": "^2.14.0",
46
- "node-gyp": "^4.0.0",
47
- "node-pre-gyp": "^0.13.0",
46
+ "node-gyp": "^8.4.1",
47
+ "@mapbox/node-pre-gyp": "^1.0.7",
48
48
  "ramda": "^0.25.0",
49
49
  "tar-fs": "^1.16.3"
50
50
  },
@@ -78,11 +78,10 @@
78
78
  "generateMissingTests": "node generate/scripts/generateMissingTests",
79
79
  "generateNativeCode": "node generate/scripts/generateNativeCode",
80
80
  "install": "node lifecycleScripts/preinstall && node lifecycleScripts/install",
81
- "installDebug": "BUILD_DEBUG=true npm run install",
82
- "lint": "jshint lib test/tests test/utils examples lifecycleScripts",
81
+ "installDebug": "BUILD_DEBUG=true npm install",
82
+ "lint": "jshint lib test/tests test/utils lifecycleScripts",
83
83
  "mergecov": "lcov-result-merger 'test/**/*.info' 'test/coverage/merged.lcov' && ./lcov-1.10/bin/genhtml test/coverage/merged.lcov --output-directory test/coverage/report",
84
84
  "mocha": "mocha --expose-gc test/runner test/tests --timeout 15000",
85
- "mergefile": "mocha test/mergefile",
86
85
  "mochaDebug": "mocha --expose-gc --debug-brk test/runner test/tests --timeout 15000",
87
86
  "postinstall": "node lifecycleScripts/postinstall",
88
87
  "prepublish": "npm run babel",