We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a65297 commit 9981350Copy full SHA for 9981350
bin/package.json.ts
@@ -331,7 +331,7 @@ console.log("Checking presence and type of fields:");
331
field(["name"], "string");
332
field(["version"], "string", {
333
additionalChecks: {
334
- "Version cannot be parsed.": (version: string) =>
+ "Version must parse successfully.": (version: string) =>
335
semver.order(version, version) === 0,
336
},
337
});
0 commit comments