Skip to content

Commit 6915bc4

Browse files
committed
Set jsdelivr default entry point
1 parent d187968 commit 6915bc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zipurl",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Generate gzip web-safe strings on the browser",
55
"author": "Jason Lee <jason@zerodevx.com>",
66
"scripts": {
@@ -36,6 +36,7 @@
3636
"require": "./zipurl.min.js"
3737
},
3838
"./package.json": "./package.json",
39+
"./index.js": "./index.js",
3940
"./zipurl.min.js": "./zipurl.min.js"
4041
},
4142
"bin": {
@@ -47,6 +48,7 @@
4748
"index.js",
4849
"zipurl.min.js"
4950
],
51+
"jsdelivr": "./zipurl.min.js",
5052
"engines": {
5153
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
5254
},

0 commit comments

Comments
 (0)