Skip to content

Commit

Permalink
fix: Change node-gyp to @electron/node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Oct 7, 2024
1 parent a235385 commit 36c248b
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 208 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"keywords": [
"electron"
],
"author": "Paul Betts <[email protected]>",
"authors": [
"Ani Betts <[email protected]>",
"Electron Community"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/electron/rebuild/issues"
Expand All @@ -39,6 +42,7 @@
"node": ">=12.13.0"
},
"dependencies": {
"@electron/node-gyp": "^10.2.0-electron.1",
"@malept/cross-spawn-promise": "^2.0.0",
"chalk": "^4.0.0",
"debug": "^4.1.1",
Expand All @@ -47,7 +51,6 @@
"got": "^11.7.0",
"node-abi": "^3.45.0",
"node-api-version": "^0.2.0",
"node-gyp": "^9.0.0",
"ora": "^5.1.0",
"read-binary-file-arch": "^1.0.6",
"semver": "^7.3.5",
Expand Down
2 changes: 1 addition & 1 deletion src/module-type/node-gyp/worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import NodeGypRunner from 'node-gyp';
import NodeGypRunner from '@electron/node-gyp';
import { promisify } from 'util';

process.on('message', async ({
Expand Down
2 changes: 1 addition & 1 deletion typings/ambient.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
declare module 'node-gyp';
declare module '@electron/node-gyp';
Loading

0 comments on commit 36c248b

Please sign in to comment.