We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf8994 commit a5fd40fCopy full SHA for a5fd40f
package.json
@@ -62,8 +62,8 @@
62
"install": "node-gyp-build",
63
"lint": "eslint \"**/*.js\"",
64
"lint-fix": "eslint \"**/*.js\" --fix",
65
- "prebuildify": "prebuildify --napi --target 17.0.0 --force --strip --verbose",
66
- "prebuildify-cross": "prebuildify-cross --napi --target 17.0.0 --force --strip --verbose",
+ "prebuildify": "prebuildify --napi --target 14.0.0 --force --strip --verbose",
+ "prebuildify-cross": "prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
67
"semantic-release": "semantic-release",
68
"pretest": "npm run rebuild",
69
"rebuild": "node-gyp rebuild",
0 commit comments