Skip to content

Commit 6e0dcec

Browse files
committed
chore: add package.json reference in exports for improved module resolution
1 parent 17d4ea5 commit 6e0dcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"types": "./dist/index.d.ts",
2626
"import": "./dist/index.js",
2727
"require": "./dist/index.cjs"
28-
}
28+
},
29+
"./package.json": "./package.json"
2930
},
3031
"main": "./dist/index.cjs",
3132
"module": "./dist/index.js",

0 commit comments

Comments
 (0)