Skip to content

Commit

Permalink
Maybe fix CI by pivoting from @aminya/node-gp-build?
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 11, 2024
1 parent 21c05af commit b78d4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"homepage": "http://zeromq.github.io/zeromq.js/",
"dependencies": {
"@aminya/node-gyp-build": "4.5.0-aminya.5",
"cross-env": "^7.0.3",
"node-addon-api": "^8.0.0",
"shelljs": "^0.8.5",
Expand All @@ -43,6 +42,7 @@
"minify-all-cli": "^1.0.13",
"mocha": "^10.1.0",
"node-gyp": "^10.0.1",
"node-gyp-build": "^4.5.1",
"npm-run-all2": "^6.0.4",
"prebuildify": "^5.0.1",
"prettier": "^2.8.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"tsconfig.json"
],
"scripts": {
"install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true aminya-node-gyp-build",
"install": "(shx test -f ./script/build.js || run-s build.js) && cross-env npm_config_build_from_source=true node-gyp-build",
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.js.map ./script/*.d.ts ./script/*.tsbuildinfo",
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp && shx touch ./tmp/.gitkeep",
"build.library.compat": "shx rm -rf ./lib/ts3.7 && downlevel-dts ./lib ./lib/ts3.7 --to=3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* Declare all native C++ classes and methods in this file. */
const path = require("path")
module.exports = require("@aminya/node-gyp-build")(path.join(__dirname, ".."))
module.exports = require("node-gyp-build")(path.join(__dirname, ".."))

/**
* The version of the ØMQ library the bindings were built with. Formatted as
Expand Down

0 comments on commit b78d4bd

Please sign in to comment.