From f2d76b0502bc00933ff3fbde108736315f5c533e Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:30:56 +0200 Subject: [PATCH 1/3] migrated to jsr gen-images.js --- utils/gen-images.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gen-images.js b/utils/gen-images.js index 2fc639c..0fa4554 100644 --- a/utils/gen-images.js +++ b/utils/gen-images.js @@ -1,5 +1,5 @@ import { run } from "https://deno.land/x/run_simple/mod.ts"; -import { join } from "https://deno.land/std@0.208.0/path/mod.ts"; +import { join } from "jsr:@std/path@0.224.0"; const IMG_DIR = "./public/gen-img/events"; From bd8fe34f0643ec5a7265f07222c11a8fe7e5db91 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:31:17 +0200 Subject: [PATCH 2/3] migrating to jsr cleanup-flags.js --- utils/cleanup-flags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cleanup-flags.js b/utils/cleanup-flags.js index ea8b2a6..5449f59 100644 --- a/utils/cleanup-flags.js +++ b/utils/cleanup-flags.js @@ -1,4 +1,4 @@ -import { join } from "https://deno.land/std@0.216.0/path/join.ts"; +import { join } from "jsr:@std/path@0.224.0"; const src = JSON.parse(await Deno.readTextFile("./src/core.json")); const usedFlags = [...new Set(src.events.map((e) => e.country + ".svg"))]; From 96907f8584f1bcf6ebf1f1a33a30cc76b5f4fbf2 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:31:48 +0200 Subject: [PATCH 3/3] migrating to jsr contributors.js --- utils/contributors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/contributors.js b/utils/contributors.js index 07f0f6b..553a3e1 100644 --- a/utils/contributors.js +++ b/utils/contributors.js @@ -1,4 +1,4 @@ -import "https://deno.land/std@0.206.0/dotenv/load.ts"; +import "jsr:@std/dotenv@0.224.0"; const contributorRepos = [ // main repos