remove atproto

This commit is contained in:
Shusui MOYATANI
2023-03-09 01:00:07 +09:00
parent 75e2244220
commit 9596e2c6f0
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export default async function() {
if (ignorePackageNames.some((ignorePackageName) => name.startsWith(`${ignorePackageName}@`)))
continue;
console.error(name);
console.error(name, info.licenses);
ok = false;
}