We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754cef2 commit 8413335Copy full SHA for 8413335
1 file changed
scripts/publish-win-placeholder-packages.mjs
@@ -33,7 +33,7 @@ const WIN_PACKAGES = [
33
]
34
35
// Use a placeholder version that will be replaced by the first real publish.
36
-const PLACEHOLDER_VERSION = '0.0.0-placeholder.1'
+const PLACEHOLDER_VERSION = '0.0.0'
37
38
async function generatePackage(config) {
39
const { platform, arch, os, cpu, description } = config
0 commit comments