Skip to content

Commit

Permalink
fix(exports): UMD extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jun 22, 2024
1 parent 7bff881 commit 026d5dd
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 @@
"source": "./src/main.ts",
"main": "./dist/main.cjs",
"module": "./dist/main.js",
"unpkg": "./dist/main.umd.js",
"unpkg": "./dist/main.umd.cjs",
"types": "./dist/main.d.ts",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit 026d5dd

Please sign in to comment.