mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
remove atproto
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
"vite-plugin-solid-svg": "^0.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atproto/api": "^0.1.3",
|
||||
"@solidjs/meta": "^0.28.2",
|
||||
"@solidjs/router": "^0.6.0",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user