mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
migrating to jsr cleanup-flags.js
This commit is contained in:
parent
f2d76b0502
commit
bd8fe34f06
1 changed files with 1 additions and 1 deletions
|
@ -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"))];
|
||||
|
|
Loading…
Reference in a new issue