Skip to content

Commit

Permalink
Ensure GitHub releases default to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Sep 23, 2023
1 parent e618c17 commit 61c5cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prebuildrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"runtime": "napi",
"include-regex": "(sharp-.+\\.node|libvips-cpp\\.dll)",
"prerelease": true,
"strip": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"mocha": "^10.2.0",
"mock-fs": "^5.2.0",
"nyc": "^15.1.0",
"prebuild": "^12.0.0",
"prebuild": "^12.1.0",
"semistandard": "^16.0.1",
"tsd": "^0.29.0"
},
Expand Down

0 comments on commit 61c5cb4

Please sign in to comment.