We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0baa4 commit b0774b3Copy full SHA for b0774b3
package.json
@@ -17,8 +17,8 @@
17
"scripts": {
18
"install": "node-gyp-build",
19
"build": "npm run build:gyp && npm run compile",
20
- "build:gyp": "prebuildify -t 18.20.4 -t 20.17.0 -t 21.7.3 -t 22.9.0 --strip",
21
- "build:debug": "prebuildify -t 18.20.4 -t 20.17.0 -t 21.7.3 -t 22.9.0 --debug",
+ "build:gyp": "prebuildify -t 18.20.4 -t 20.18.0 -t 21.7.3 -t 22.9.0 --strip",
+ "build:debug": "prebuildify -t 18.20.4 -t 20.18.0 -t 21.7.3 -t 22.9.0 --debug",
22
"compile": "npm run build:tsc",
23
"build:tsc": "tsc",
24
"test": "npx jest",
0 commit comments