🔄 Update script dependencies and metadata for 'update-cheatsheet.ts'

This commit is contained in:
2026-04-12 00:34:43 +08:00
parent 367c628131
commit 528c1c388c
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import {
log,
readFileToString,
writeStringToFile,
} from "../libraries/deno-commons-mod.ts";
} from "https://script.hatter.ink/@70/deno-commons-mod.ts";
async function main(): Promise<void> {
const dirs = Deno.readDir(".");