chore: tag denolib

This commit is contained in:
monoid 2023-06-12 10:35:43 +09:00
parent a4dbedcd69
commit 073bc9f8e3
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ export async function getRepositoryContent(owner:string,
}
if (import.meta.main) {
const results = await searchRepositoryWithTopic("deno");
const results = await searchRepositoryWithTopic("denolib");
console.log(results.data?.map((repo) => repo.full_name));
const s = await getRepositoryContent("monoid", "script", "", "");
console.log((s as ContentsResponse[]).map((x) => x.name));
}
}