Skip to content

Commit 9088638

Browse files
v-rudkovskiyr-brown
authored andcommitted
update package.json
1 parent aee77bd commit 9088638

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
"main": "dist/index.cjs",
4949
"module": "dist/index.mjs",
5050
"types": "dist/index.d.ts",
51+
"exports": {
52+
".": {
53+
"import": "./dist/index.mjs",
54+
"require": "./dist/index.cjs",
55+
"types": "./dist/index.d.ts"
56+
}
57+
},
5158
"files": [
5259
"dist"
5360
],

0 commit comments

Comments
 (0)