Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 69aeb90

Browse files
committed
v4.0.0-tc8
1 parent 6142d86 commit 69aeb90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"64",
2222
"napi"
2323
],
24-
"version": "4.0.0-tc7",
24+
"version": "4.0.0-tc8",
2525
"license": "MIT",
2626
"author": "Anna Henningsen <anna@addaleax.net>",
2727
"repository": {
@@ -42,7 +42,7 @@
4242
"test": "nyc mocha --expose-gc",
4343
"install": "node-gyp-build",
4444
"prebuild": "prebuildify --napi --tag-armv",
45-
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '5' ] || (echo 'Some prebuilds are missing'; exit 1))"
45+
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '6' ] || (echo 'Some prebuilds are missing'; exit 1))"
4646
},
4747
"dependencies": {
4848
"@types/node": "*",

0 commit comments

Comments
 (0)