Skip to content

Commit

Permalink
fix: Exports types for resolution in ESM Modules
Browse files Browse the repository at this point in the history
Merge pull request #112 from jmlow/esm-typings
  • Loading branch information
courcelan committed Dec 6, 2024
2 parents 7865edc + ad30fd7 commit 7f3dbaa
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 @@ -34,7 +34,8 @@
"exports": {
".": {
"import": "./dist/butter.esm.js",
"require": "./dist/butter.umd.js"
"require": "./dist/butter.umd.js",
"types": "./lib/butter.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 7f3dbaa

Please sign in to comment.