Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Raymond <[email protected]>
  • Loading branch information
uncomplexity and 7PH committed Jan 9, 2025
1 parent 618bba4 commit d256bea
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
"main": "./lib/index.cjs",
"types": "./build/src/index.d.ts",
"exports": {
"import": "./lib/index.esm.js",
"require": "./lib/index.cjs"
".": {
"import": {
"types": "./build/src/index.d.ts",
"default": "./lib/index.esm.js"
},
"require": {
"types": "./build/src/index.d.ts",
"default": "./lib/index.cjs"
}
}
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d256bea

Please sign in to comment.