Skip to content

Commit 4db4399

Browse files
authored
Merge pull request #9 from pocketenv-io/fix/spinner
fix spinner issue
2 parents 89ab229 + 8991e9e commit 4db4399

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

deno.lock

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

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export {
2323
export {
2424
SpinnerTypes,
2525
TerminalSpinner,
26-
} from "https://deno.land/x/spinners@v1.1.2/mod.ts";
26+
} from "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/mod.ts";
2727
export { decompress } from "https://deno.land/x/zip@v1.2.5/mod.ts";
2828
import dir from "https://deno.land/x/dir@1.5.2/mod.ts";
2929
export { dir };

0 commit comments

Comments
 (0)