Skip to content

Commit 8413335

Browse files
committed
fix: use 0.0.0 for placeholder version (matches existing pattern)
1 parent 754cef2 commit 8413335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-win-placeholder-packages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const WIN_PACKAGES = [
3333
]
3434

3535
// Use a placeholder version that will be replaced by the first real publish.
36-
const PLACEHOLDER_VERSION = '0.0.0-placeholder.1'
36+
const PLACEHOLDER_VERSION = '0.0.0'
3737

3838
async function generatePackage(config) {
3939
const { platform, arch, os, cpu, description } = config

0 commit comments

Comments
 (0)