migrating to jsr sync.js

This commit is contained in:
niclaz 2024-09-08 22:58:38 +02:00 committed by GitHub
parent a8a35b1e9e
commit 5fcccb2048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import "https://deno.land/std@0.224.0/dotenv/load.ts"; import "jsr:@std/path@0.224.0/dotenv/load.ts";
import { gql, GraphQLClient } from "https://deno.land/x/graphql_request/mod.ts"; import { gql, GraphQLClient } from "https://deno.land/x/graphql_request@v4.1.0/mod.ts";
import { stringify } from "npm:yaml"; 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"; import fm from "npm:front-matter";
const warningGen = (link) => `# ---- const warningGen = (link) => `# ----