We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098584c commit 9d607d7Copy full SHA for 9d607d7
1 file changed
src/bin/package.json/index.ts
@@ -358,7 +358,7 @@ if (categorize(packageJSON["author"]) === "object") {
358
}
359
field(["license"], "string", {
360
additionalChecks: {
361
- "Must contain a non-permitted license.": (license: string) => {
+ "Must contain a permitted license.": (license: string) => {
362
for (const licenseEntry of license.split(" OR ")) {
363
if (!PERMITTED_LICENSES.has(licenseEntry)) {
364
return false;
0 commit comments