Skip to content

Commit

Permalink
Merge pull request #9 from pocketenv-io/fix/spinner
Browse files Browse the repository at this point in the history
fix spinner issue
  • Loading branch information
tsirysndr authored Dec 21, 2024
2 parents 89ab229 + 8991e9e commit 4db4399
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions deno.lock

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

2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export {
export {
SpinnerTypes,
TerminalSpinner,
} from "https://deno.land/x/spinners@v1.1.2/mod.ts";
} from "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/mod.ts";
export { decompress } from "https://deno.land/x/zip@v1.2.5/mod.ts";
import dir from "https://deno.land/x/dir@1.5.2/mod.ts";
export { dir };
Expand Down

0 comments on commit 4db4399

Please sign in to comment.