We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsdelivr
1 parent d187968 commit 6915bc4Copy full SHA for 6915bc4
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zipurl",
3
- "version": "0.2.13",
+ "version": "0.2.14",
4
"description": "Generate gzip web-safe strings on the browser",
5
"author": "Jason Lee <jason@zerodevx.com>",
6
"scripts": {
@@ -36,6 +36,7 @@
36
"require": "./zipurl.min.js"
37
},
38
"./package.json": "./package.json",
39
+ "./index.js": "./index.js",
40
"./zipurl.min.js": "./zipurl.min.js"
41
42
"bin": {
@@ -47,6 +48,7 @@
47
48
"index.js",
49
"zipurl.min.js"
50
],
51
+ "jsdelivr": "./zipurl.min.js",
52
"engines": {
53
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
54
0 commit comments