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.
2 parents c2a5b35 + be4b5c6 commit 6beccabCopy full SHA for 6beccab
package.json
@@ -18,7 +18,7 @@
18
},
19
"dependencies": {
20
"node-addon-api": "^5.0.0",
21
- "node-gyp-build": "^4.5.0",
+ "@aminya/node-gyp-build": "4.5.0-aminya.1",
22
"shelljs": "^0.8.5",
23
"shx": "^0.3.4"
24
src/native.ts
@@ -2,7 +2,7 @@
2
3
/* Declare all native C++ classes and methods in this file. */
4
const path = require("path")
5
-module.exports = require("node-gyp-build")(path.join(__dirname, ".."))
+module.exports = require("@aminya/node-gyp-build")(path.join(__dirname, ".."))
6
7
/**
8
* The version of the ØMQ library the bindings were built with. Formatted as
0 commit comments