Skip to content

Commit

Permalink
fix(esm): remove type module from package.json
Browse files Browse the repository at this point in the history
This seems to cause problems with some build systems (rollup) and is
not strictly necessary.

Added sideEffects false.
  • Loading branch information
omichelsen committed Nov 2, 2021
1 parent 97cfdae commit 8537cd7
Show file tree
Hide file tree
Showing 4 changed files 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 @@ -24,8 +24,8 @@
},
"main": "index.js",
"module": "index.mjs",
"type": "module",
"types": "index.d.ts",
"sideEffects": false,
"files": [
"index.js",
"index.mjs",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8537cd7

Please sign in to comment.