Skip to content

Commit

Permalink
fix: exports.import fix to ensure correct build file is included wh…
Browse files Browse the repository at this point in the history
…en using `import` statement
  • Loading branch information
KiraLT committed Oct 15, 2023
1 parent 68e54f9 commit cacad88
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 @@ -31,7 +31,7 @@
"types": "./dist/index.d.ts",
"browser": "./dist/common-stuff.module.js",
"umd": "./dist/common-stuff.umd.js",
"import": "./dist/preact.mjs",
"import": "./dist/common-stuff.mjs",
"require": "./dist/common-stuff.js"
},
"scripts": {
Expand Down

0 comments on commit cacad88

Please sign in to comment.