Skip to content

Commit 79f0c20

Browse files
committed
chore: export package.json and expand exports for all packages
1 parent 6afaded commit 79f0c20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"exports": {
1919
".": {
2020
"import": "./dist/index.es.js",
21-
"require": "./dist/index.js"
22-
}
21+
"require": "./dist/index.js",
22+
"default": "./src/index.js"
23+
},
24+
"./package.json": "./package.json"
2325
},
2426
"module": "dist/index.es.js",
2527
"types": "dist/types.d.ts",

0 commit comments

Comments
 (0)