Skip to content

Commit 1e00545

Browse files
fix imports
1 parent 0d73829 commit 1e00545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index-legacy-5.6.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* TextWriter,
1919
* ZipReader,
2020
* ZipWriter,
21-
* } from from "https://deno.land/x/zipjs/mod.ts";
21+
* } from from "@zip-js/zip-js";
2222
*
2323
* // ----
2424
* // Write the zip file
@@ -71,7 +71,7 @@
7171
* BlobReader,
7272
* ZipReader,
7373
* ZipWriter,
74-
* } from "https://deno.land/x/zipjs/index.js";
74+
* } from "@zip-js/zip-js";
7575
*
7676
* // ----
7777
* // Write the zip file
@@ -131,7 +131,7 @@
131131
* HttpReader,
132132
* TextReader,
133133
* ZipWriter,
134-
* } from "https://deno.land/x/zipjs/index.js";
134+
* } from "@zip-js/zip-js";
135135
*
136136
* const README_URL = "https://unpkg.com/@zip.js/zip.js/README.md";
137137
* getZipFileBlob()

0 commit comments

Comments
 (0)