Skip to content

Commit

Permalink
feat: migrate to type=module
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 16, 2024
1 parent e73bd2d commit b9d12e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
"last 2 Chrome versions",
"last 2 Firefox versions"
],
"type": "module",
"main": "build/index.js",
"module": "build/index.js",
"main": "build/index.cjs",
"require": "build/index.cjs",
"umd": "build/index.umd.js",
"unpkg": "build/index.umd.min.js",
Expand Down

0 comments on commit b9d12e9

Please sign in to comment.