We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1cbce commit b67bbc1Copy full SHA for b67bbc1
bin/node-gyp.js renamed to bin/nodegit-gyp.js
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "node-gyp",
3
- "description": "Node.js native addon build tool",
+ "name": "nodegit-gyp",
+ "description": "Node.js native addon build tool forked for NodeGit",
4
"license": "MIT",
5
"keywords": [
6
"native",
@@ -19,7 +19,7 @@
19
"url": "git://github.com/nodejs/node-gyp.git"
20
},
21
"preferGlobal": true,
22
- "bin": "./bin/node-gyp.js",
+ "bin": "./bin/nodegit-gyp.js",
23
"main": "./lib/node-gyp.js",
24
"dependencies": {
25
"env-paths": "^2.2.0",
0 commit comments