Skip to content

Commit

Permalink
fix: Export ESM module
Browse files Browse the repository at this point in the history
  • Loading branch information
Trygve Lie authored and trygve-lie committed Nov 6, 2024
1 parent 080e58d commit ab00ba9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
},
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"type": "module",
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.umd.js"
},
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit ab00ba9

Please sign in to comment.