Skip to content

Commit 0e81e1d

Browse files
committed
Add exports field to package.json
1 parent 7c880aa commit 0e81e1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"engines": {
2525
"node": "^20.0 || ^22.0 || >=24.0"
2626
},
27+
"exports": {
28+
".": "./index.js",
29+
"./package.json": "./package.json"
30+
},
2731
"funding": [
2832
{
2933
"type": "opencollective",

0 commit comments

Comments
 (0)