Skip to content

Commit

Permalink
chore(deps): bump std to 0.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk authored Feb 19, 2021
1 parent b38462f commit 0d9d5b2
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
@@ -1,6 +1,6 @@
// std
export { parse as parseFlags } from "https://deno.land/std@0.86.0/flags/mod.ts";
export { format as formatTime } from "https://deno.land/std@0.86.0/datetime/mod.ts";
export { parse as parseFlags } from "https://deno.land/std@0.87.0/flags/mod.ts";
export { format as formatTime } from "https://deno.land/std@0.87.0/datetime/mod.ts";

// commit
export { parse as parseCommit } from "https://deno.land/x/commit@0.1.5/mod.ts";
Expand Down

0 comments on commit 0d9d5b2

Please sign in to comment.