Skip to content

Commit acbfab1

Browse files
authored
Merge pull request #10 from pocketenv-io/fix/zip
fix zip issue
2 parents 4db4399 + b637cb3 commit acbfab1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

deno.lock

Lines changed: 9 additions & 1 deletion
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
@@ -24,7 +24,7 @@ export {
2424
SpinnerTypes,
2525
TerminalSpinner,
2626
} from "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/mod.ts";
27-
export { decompress } from "https://deno.land/x/zip@v1.2.5/mod.ts";
27+
export { decompress } from "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/mod.ts";
2828
import dir from "https://deno.land/x/dir@1.5.2/mod.ts";
2929
export { dir };
3030
import Logger from "https://deno.land/x/logger@v1.1.3/logger.ts";

0 commit comments

Comments
 (0)