Skip to content

Commit a5fd40f

Browse files
author
Marek Serafin
committed
fix(prebuild): cross updates
1 parent 8cf8994 commit a5fd40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"install": "node-gyp-build",
6363
"lint": "eslint \"**/*.js\"",
6464
"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",
65+
"prebuildify": "prebuildify --napi --target 14.0.0 --force --strip --verbose",
66+
"prebuildify-cross": "prebuildify-cross --napi --target 14.0.0 --force --strip --verbose",
6767
"semantic-release": "semantic-release",
6868
"pretest": "npm run rebuild",
6969
"rebuild": "node-gyp rebuild",

0 commit comments

Comments
 (0)