From 5fcccb20489a91749df26b526a60e117c137cb5d Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:58:38 +0200 Subject: [PATCH] migrating to jsr sync.js --- utils/sync.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/sync.js b/utils/sync.js index 0f60488..237e4a8 100644 --- a/utils/sync.js +++ b/utils/sync.js @@ -1,7 +1,7 @@ -import "https://deno.land/std@0.224.0/dotenv/load.ts"; -import { gql, GraphQLClient } from "https://deno.land/x/graphql_request/mod.ts"; +import "jsr:@std/path@0.224.0/dotenv/load.ts"; +import { gql, GraphQLClient } from "https://deno.land/x/graphql_request@v4.1.0/mod.ts"; import { stringify } from "npm:yaml"; -import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; +import { join } from "jsr:@std/path@0.224.0/path/mod.ts"; import fm from "npm:front-matter"; const warningGen = (link) => `# ----