Skip to content

Commit

Permalink
chore: bump deno std
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed May 25, 2021
1 parent 0aba95b commit c137cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno_dist/file-methods.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as fs from "https://deno.land/std@0.66.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.66.0/path/mod.ts";
export * as fs from "https://deno.land/std@0.97.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.97.0/path/mod.ts";

export const readFileSync = Deno.readTextFileSync;

0 comments on commit c137cf8

Please sign in to comment.