Skip to content

Commit

Permalink
Merge pull request #10 from pocketenv-io/fix/zip
Browse files Browse the repository at this point in the history
fix zip issue
  • Loading branch information
tsirysndr authored Dec 21, 2024
2 parents 4db4399 + b637cb3 commit acbfab1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion 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 @@ -24,7 +24,7 @@ export {
SpinnerTypes,
TerminalSpinner,
} 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";
export { decompress } from "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/mod.ts";
import dir from "https://deno.land/x/[email protected]/mod.ts";
export { dir };
import Logger from "https://deno.land/x/[email protected]/logger.ts";
Expand Down

0 comments on commit acbfab1

Please sign in to comment.