Skip to content

Commit

Permalink
Merge pull request #3 from Susheer/replace-node-pre-gyp-github
Browse files Browse the repository at this point in the history
Replace node-pre-gyp-github repository as publishing does not work with the main branch or any branch other than master.
  • Loading branch information
Susheer authored Dec 2, 2024
2 parents 3cc2731 + bc70d1c commit ca29300
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 138 deletions.
231 changes: 97 additions & 134 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
"module_path": "./lib/",
"host": "https://github.com/Susheer/electron-printer/releases/download/",
"remote_path": "v{version}"
},
"node-pre-gyp-github": {
"target_commitish": "napi-compatibility"
},
"licenses": [
{
Expand All @@ -51,6 +48,6 @@
"grunt-node-gyp": "^5.0.0",
"grunt-shell": "^4.0.0",
"node-pre-gyp": "^0.17.0",
"node-pre-gyp-github": "^1.4.5"
"node-pre-gyp-github": "github:Susheer/node-pre-gyp-github"
}
}

0 comments on commit ca29300

Please sign in to comment.