Skip to content

Commit 7f12a9f

Browse files
committed
2 parents 17c9dd2 + fdf3ee4 commit 7f12a9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"main": "dist/index.js",
1010
"types": "dist/index.d.ts",
1111
"module": "dist/index.mjs",
12+
"exports": {
13+
".": {
14+
"import": "./dist/index.mjs",
15+
"require": "./dist/index.js",
16+
"types": "./dist/index.d.ts"
17+
}
18+
},
1219
"author": "Sebastian Krüger (@mathe42)",
1320
"license": "MIT",
1421
"scripts": {

0 commit comments

Comments
 (0)