Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-gyp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nodegit/node-gyp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 6, 2021

  1. Start fork for nodegit

    implausible committed Jan 6, 2021

    Unverified

    The committer email address is not verified.
    Copy the full SHA
    b67bbc1 View commit details
Showing with 3 additions and 3 deletions.
  1. 0 bin/{node-gyp.js → nodegit-gyp.js}
  2. +3 −3 package.json
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-gyp",
"description": "Node.js native addon build tool",
"name": "nodegit-gyp",
"description": "Node.js native addon build tool forked for NodeGit",
"license": "MIT",
"keywords": [
"native",
@@ -19,7 +19,7 @@
"url": "git://github.com/nodejs/node-gyp.git"
},
"preferGlobal": true,
"bin": "./bin/node-gyp.js",
"bin": "./bin/nodegit-gyp.js",
"main": "./lib/node-gyp.js",
"dependencies": {
"env-paths": "^2.2.0",