Ensure GitHub releases default to prerelease

This commit is contained in:
Lovell Fuller 2023-09-23 14:29:57 +01:00
parent e618c17bd0
commit 61c5cb4669
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"runtime": "napi", "runtime": "napi",
"include-regex": "(sharp-.+\\.node|libvips-cpp\\.dll)", "include-regex": "(sharp-.+\\.node|libvips-cpp\\.dll)",
"prerelease": true,
"strip": true "strip": true
} }

View File

@ -153,7 +153,7 @@
"mocha": "^10.2.0", "mocha": "^10.2.0",
"mock-fs": "^5.2.0", "mock-fs": "^5.2.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prebuild": "^12.0.0", "prebuild": "^12.1.0",
"semistandard": "^16.0.1", "semistandard": "^16.0.1",
"tsd": "^0.29.0" "tsd": "^0.29.0"
}, },