Skip to content

Commit

Permalink
Merge pull request #8 from pocketenv-io/fix/jsr-cliffy
Browse files Browse the repository at this point in the history
import @cliffy from jsr registry
  • Loading branch information
tsirysndr authored Dec 21, 2024
2 parents c7363c7 + 6aaadf1 commit 89ab229
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 19 deletions.
96 changes: 87 additions & 9 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as pkgx from "./src/pkgx.ts";
export { pkgx };
import * as semver from "https://deno.land/[email protected]/semver/mod.ts";
import * as semver from "jsr:@std/semver";
export { semver };
export {
bold,
Expand All @@ -12,17 +12,17 @@ export {
magenta,
red,
yellow,
} from "https://deno.land/[email protected]/fmt/colors.ts";
export { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts";
} from "jsr:@std/fmt/colors";
export { Command } from "jsr:@cliffy/command@1.0.0-rc.7";
export {
Checkbox,
Confirm,
Input,
prompt,
Checkbox,
} from "https://deno.land/x/[email protected]/prompt/mod.ts";
} from "jsr:@cliffy/[email protected]";
export {
TerminalSpinner,
SpinnerTypes,
TerminalSpinner,
} from "https://deno.land/x/[email protected]/mod.ts";
export { decompress } from "https://deno.land/x/[email protected]/mod.ts";
import dir from "https://deno.land/x/[email protected]/mod.ts";
Expand All @@ -33,10 +33,7 @@ import dayjs from "npm:dayjs";
import relativeTime from "npm:dayjs/plugin/relativeTime.js";
dayjs.extend(relativeTime);
export { dayjs };
export {
Cell,
Table,
} from "https://deno.land/x/[email protected]/table/mod.ts";
export { Cell, Table } from "jsr:@cliffy/[email protected]";
export { generateName } from "https://deno.land/x/[email protected]/mod.ts ";
import * as _ from "https://cdn.skypack.dev/lodash";
export { _ };
Expand Down

0 comments on commit 89ab229

Please sign in to comment.