Skip to content

Commit

Permalink
chore: Remove support for electron 3 & 4 for future release
Browse files Browse the repository at this point in the history
  • Loading branch information
brikendr committed Feb 10, 2022
1 parent ec21a2f commit b259530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -44,9 +44,9 @@
"tslint": "tslint -c tslint.json -p tsconfig.json",
"test": "nyc mocha -r ts-node/register --recursive \"tests/**/*.spec.ts\" --exit",
"test-js": "mocha -r ts-node/register --recursive \"lib/tests/**/*.spec.js\"",
"napi": "prebuildify --napi --debug --verbose --target=node@10.12.0 --target=node@12.4.0 --target=node@14.17.3 --target=node@16.13.2 --target=electron@11.2.1 --target=electron@3.1.6 --target=electron@4.2.12",
"napi-64": "prebuildify --napi --debug --verbose --target=node@10.12.0 --target=node@12.4.0 --target=node@14.17.3 --target=node@16.13.2 --target=electron@11.2.1 --target=electron@3.1.6 --target=electron@4.2.12 --arch=x64",
"napi-32": "prebuildify --napi --debug --verbose --target=node@10.12.0 --target=node@12.4.0 --target=node@14.17.3 --target=node@16.13.2 --target=electron@11.2.1 --target=electron@3.1.6 --target=electron@4.2.12 --arch=ia32",
"napi": "prebuildify --napi --debug --verbose --target=node@10.12.0 --target=node@12.4.0 --target=node@14.17.3 --target=node@16.13.2 --target=electron@11.2.1",
"napi-64": "prebuildify --napi --debug --verbose --target=node@10.12.0 --target=node@12.4.0 --target=node@14.17.3 --target=node@16.13.2 --target=electron@11.2.1 --arch=x64",
"napi-32": "prebuildify --napi --debug --verbose --target=node@10.12.0 --target=node@12.4.0 --target=node@14.17.3 --target=node@16.13.2 --target=electron@11.2.1 --arch=ia32",
"upload-build": "node scripts/release-current-platform",
"upload-binaries": "cross-env SKIP_TAR=true node scripts/release-current-platform",
"install": "echo 'install without build'",
Expand Down

0 comments on commit b259530

Please sign in to comment.