Skip to content

Commit

Permalink
use latest versions for prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAderogba committed Oct 25, 2023
1 parent 17ca4f3 commit 1c7f409
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@todesktop/robotjs-prebuild",
"version": "0.6.17",
"version": "0.6.18",
"description": "Node.js Desktop Automation.",
"main": "index.js",
"typings": "index.d.ts",
Expand All @@ -11,7 +11,7 @@
"test:win32": "jasmine test/**/*.js",
"install": "node-gyp-build",
"install-debug": "prebuild-install --verbose || node-gyp rebuild --debug",
"prebuild": "prebuildify --target -t node@15.0.0 -t node@16.0.0 -t node@18.0.0 -t node@20.0.0 -t electron@22.0.0 -t electron@23.0.0 -t electron@24.0.0 -t electron@25.0.0 -t electron@26.0.0",
"prebuild": "prebuildify --target -t node@16.0.0 -t node@18.0.0 -t node@20.0.0 -t node@21.0.0 -t electron@23.0.0 -t electron@24.0.0 -t electron@25.0.0 -t electron@26.0.0 -t electron@27.0.0",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"publish": "npm publish"
Expand Down Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"electron": "^21.0.0",
"electron-rebuild": "^3.2.9",
"node-abi": "^3.47.0",
"node-abi": "^3.51.0",
"node-gyp": "^9.1.0"
},
"overrides": {
Expand Down

0 comments on commit 1c7f409

Please sign in to comment.