mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
bump of std version to 0.224.0 in sync.js
This commit is contained in:
parent
0b69af2931
commit
d02eda43c2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
import "https://deno.land/std@0.218.2/dotenv/load.ts";
|
import "https://deno.land/std@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/mod.ts";
|
||||||
import { stringify } from "npm:yaml";
|
import { stringify } from "npm:yaml";
|
||||||
import { join } from "https://deno.land/std@0.208.0/path/mod.ts";
|
import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
|
||||||
import fm from "npm:front-matter";
|
import fm from "npm:front-matter";
|
||||||
|
|
||||||
const warningGen = (link) => `# ----
|
const warningGen = (link) => `# ----
|
||||||
|
|
Loading…
Reference in a new issue