Skip to content

Commit 4fcdea2

Browse files
fix repository URL (fix #618)
1 parent 56fece4 commit 4fcdea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
TextWriter,
2727
ZipReader,
2828
ZipWriter,
29-
} from "https://deno.land/x/zipjs/index.js";
29+
} from "https://jsr.io/@zip-js/zip-js";
3030

3131
// ----
3232
// Write the zip file
@@ -80,7 +80,7 @@ import {
8080
BlobReader,
8181
ZipReader,
8282
ZipWriter,
83-
} from "https://deno.land/x/zipjs/index.js";
83+
} from "https://jsr.io/@zip-js/zip-js";
8484

8585
// ----
8686
// Write the zip file

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
TextWriter,
3131
ZipReader,
3232
ZipWriter,
33-
} from "https://deno.land/x/zipjs/index.js";
33+
} from "https://jsr.io/@zip-js/zip-js";
3434

3535
// ----
3636
// Write the zip file
@@ -84,7 +84,7 @@ import {
8484
BlobReader,
8585
ZipReader,
8686
ZipWriter,
87-
} from "https://deno.land/x/zipjs/index.js";
87+
} from "https://jsr.io/@zip-js/zip-js";
8888

8989
// ----
9090
// Write the zip file

0 commit comments

Comments
 (0)