Skip to content

Commit

Permalink
fix(pkg): the package was not targeting the right bundled files
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Nov 4, 2024
1 parent 13d257b commit 9576afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0-development",
"description": "Track and report UTM parameters along a browser session",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"unpkg": "./dist/umd/index.umd.js",
"jsdelivr": "./dist/umd/index.umd.js",
"module": "./dist/esm/index.js",
"unpkg": "./dist/umd/index.js",
"jsdelivr": "./dist/umd/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 9576afd

Please sign in to comment.