Skip to content

Commit

Permalink
Fixup package.json prebuild binary download count
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed May 29, 2020
1 parent 0fdb8d5 commit 463f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "nyc mocha --expose-gc",
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --tag-armv --tag-uv",
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '5' ] || (echo 'Some prebuilds are missing'; exit 1))"
},
"dependencies": {
"node-addon-api": "^3.0.0",
Expand Down

0 comments on commit 463f792

Please sign in to comment.