Skip to content

Commit

Permalink
chore(patch): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Oct 7, 2023
1 parent a50ff43 commit 24d1941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import * as fs from "https://deno.land/[email protected]/fs/mod.ts";
import * as path from "https://deno.land/[email protected]/path/mod.ts";
import * as yaml from "https://deno.land/[email protected]/yaml/mod.ts";
import ignore from "https://esm.sh/v128/[email protected]/deno/ignore.mjs";
import nunjucks from "https://deno.land/x/[email protected]-2/mod.js";
import nunjucks from "https://deno.land/x/[email protected]/mod.js";

export { fs, path, yaml, ignore, nunjucks };
export { osType } from "https://deno.land/[email protected]/_util/os.ts";
export { osType } from "https://deno.land/[email protected]/path/_os.ts";
export { colors } from "https://deno.land/x/[email protected]/ansi/mod.ts";
export { datetime } from "https://deno.land/x/[email protected]/mod.ts";
export { loadSync } from "https://deno.land/[email protected]/dotenv/mod.ts";
Expand Down

0 comments on commit 24d1941

Please sign in to comment.