Skip to content

Commit 89ab229

Browse files
authored
Merge pull request #8 from pocketenv-io/fix/jsr-cliffy
import @cliffy from jsr registry
2 parents c7363c7 + 6aaadf1 commit 89ab229

File tree

2 files changed

+94
-19
lines changed

2 files changed

+94
-19
lines changed

deno.lock

Lines changed: 87 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as pkgx from "./src/pkgx.ts";
22
export { pkgx };
3-
import * as semver from "https://deno.land/[email protected]/semver/mod.ts";
3+
import * as semver from "jsr:@std/semver";
44
export { semver };
55
export {
66
bold,
@@ -12,17 +12,17 @@ export {
1212
magenta,
1313
red,
1414
yellow,
15-
} from "https://deno.land/[email protected]/fmt/colors.ts";
16-
export { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts";
15+
} from "jsr:@std/fmt/colors";
16+
export { Command } from "jsr:@cliffy/command@1.0.0-rc.7";
1717
export {
18+
Checkbox,
1819
Confirm,
1920
Input,
2021
prompt,
21-
Checkbox,
22-
} from "https://deno.land/x/[email protected]/prompt/mod.ts";
22+
} from "jsr:@cliffy/[email protected]";
2323
export {
24-
TerminalSpinner,
2524
SpinnerTypes,
25+
TerminalSpinner,
2626
} from "https://deno.land/x/[email protected]/mod.ts";
2727
export { decompress } from "https://deno.land/x/[email protected]/mod.ts";
2828
import dir from "https://deno.land/x/[email protected]/mod.ts";
@@ -33,10 +33,7 @@ import dayjs from "npm:dayjs";
3333
import relativeTime from "npm:dayjs/plugin/relativeTime.js";
3434
dayjs.extend(relativeTime);
3535
export { dayjs };
36-
export {
37-
Cell,
38-
Table,
39-
} from "https://deno.land/x/[email protected]/table/mod.ts";
36+
export { Cell, Table } from "jsr:@cliffy/[email protected]";
4037
export { generateName } from "https://deno.land/x/[email protected]/mod.ts ";
4138
import * as _ from "https://cdn.skypack.dev/lodash";
4239
export { _ };

0 commit comments

Comments
 (0)