Skip to content

Commit

Permalink
fix: upgrade cliffy version
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Mar 3, 2023
1 parent 6d2aab0 commit 99d0109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import Pagic from './src/Pagic.ts';
export default Pagic;
export * from './src/Pagic.ts';

import { Command } from 'https://deno.land/x/cliffy@v0.19.6/command/mod.ts';
import { Select } from 'https://deno.land/x/cliffy@v0.19.6/prompt/select.ts';
import { Confirm } from 'https://deno.land/x/cliffy@v0.19.6/prompt/confirm.ts';
import { Command } from 'https://deno.land/x/cliffy@v0.25.7/command/mod.ts';
import { Select } from 'https://deno.land/x/cliffy@v0.25.7/prompt/select.ts';
import { Confirm } from 'https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts';

if (import.meta.main) {
const build = new Command()
Expand Down

0 comments on commit 99d0109

Please sign in to comment.