Skip to content

Commit ca29300

Browse files
authored
Merge pull request #3 from Susheer/replace-node-pre-gyp-github
Replace node-pre-gyp-github repository as publishing does not work with the main branch or any branch other than master.
2 parents 3cc2731 + bc70d1c commit ca29300

File tree

2 files changed

+98
-138
lines changed

2 files changed

+98
-138
lines changed

package-lock.json

Lines changed: 97 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
"module_path": "./lib/",
3636
"host": "https://github.com/Susheer/electron-printer/releases/download/",
3737
"remote_path": "v{version}"
38-
},
39-
"node-pre-gyp-github": {
40-
"target_commitish": "napi-compatibility"
4138
},
4239
"licenses": [
4340
{
@@ -51,6 +48,6 @@
5148
"grunt-node-gyp": "^5.0.0",
5249
"grunt-shell": "^4.0.0",
5350
"node-pre-gyp": "^0.17.0",
54-
"node-pre-gyp-github": "^1.4.5"
51+
"node-pre-gyp-github": "github:Susheer/node-pre-gyp-github"
5552
}
5653
}

0 commit comments

Comments
 (0)