mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 22:14:26 +01:00
remove atproto
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
"vite-plugin-solid-svg": "^0.6.0"
|
"vite-plugin-solid-svg": "^0.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@atproto/api": "^0.1.3",
|
|
||||||
"@solidjs/meta": "^0.28.2",
|
"@solidjs/meta": "^0.28.2",
|
||||||
"@solidjs/router": "^0.6.0",
|
"@solidjs/router": "^0.6.0",
|
||||||
"@tailwindcss/forms": "^0.5.3",
|
"@tailwindcss/forms": "^0.5.3",
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export default async function() {
|
|||||||
if (ignorePackageNames.some((ignorePackageName) => name.startsWith(`${ignorePackageName}@`)))
|
if (ignorePackageNames.some((ignorePackageName) => name.startsWith(`${ignorePackageName}@`)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
console.error(name);
|
console.error(name, info.licenses);
|
||||||
ok = false;
|
ok = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user