Skip to content

Commit

Permalink
Update the cliffy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Feb 6, 2023
1 parent 8580c72 commit 4ad5294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export { Command } from "https://deno.land/x/cliffy@v0.24.2/command/mod.ts";
export { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
export {
DenoLandProvider,
GithubProvider,
UpgradeCommand,
} from "https://deno.land/x/cliffy@v0.24.2/command/upgrade/mod.ts";
} from "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts";

export { CompletionsCommand } from "https://deno.land/x/cliffy@v0.24.2/command/completions/mod.ts";
export { HelpCommand } from "https://deno.land/x/cliffy@v0.24.2/command/help/mod.ts";
export { CompletionsCommand } from "https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts";
export { HelpCommand } from "https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts";

export { ensureDir, ensureDirSync, ensureFile } from "https://deno.land/std@0.146.0/fs/mod.ts";

Expand Down

0 comments on commit 4ad5294

Please sign in to comment.