We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d7ccb commit 01406b3Copy full SHA for 01406b3
README.md
@@ -1,5 +1,6 @@
1
JSZip
2
=====
3
+Afork of jszip as ESM module!
4
5
A library for creating, reading and editing .zip files with JavaScript, with a
6
lovely and simple API.
package.json
@@ -35,7 +35,7 @@
35
"types": "./index.d.ts",
36
"repository": {
37
"type": "git",
38
- "url": "https://github.com/Stuk/jszip.git"
+ "url": "https://github.com/node-projects/jszip.git"
39
},
40
"keywords": [
41
"zip",
0 commit comments