Skip to content

Commit 2265519

Browse files
committed
Tweak exports
1 parent 6335617 commit 2265519

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
"types": "./lib/index.d.ts",
1919
"exports": {
2020
".": {
21+
"types": "./lib/index.d.ts",
2122
"import": "./lib/index.js",
2223
"require": "./lib/index.cjs"
23-
}
24+
},
25+
"./package.json": "./package.json"
2426
},
2527
"files": [
2628
"lib"

0 commit comments

Comments
 (0)