Skip to content

Commit

Permalink
fix: use lowercase jsdelivr (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Jul 19, 2024
1 parent d750384 commit b839826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"sideEffects": false,
"main": "./dist/index.js",
"unpkg": "./dist/index.umd.js",
"jsDelivr": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b839826

Please sign in to comment.