Skip to content

Commit 1f726fe

Browse files
committed
export module in all the ways
Signed-off-by: rishichawda <[email protected]>
1 parent ea81ba6 commit 1f726fe

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
@@ -17,7 +17,9 @@
1717
"exports": {
1818
".": {
1919
"types": "./dist/index.d.ts",
20-
"import": "./dist/index.js"
20+
"import": "./dist/index.js",
21+
"require": "./dist/index.js",
22+
"default": "./dist/index.js"
2123
},
2224
"./styles.css": "./dist/styles.css"
2325
},

0 commit comments

Comments
 (0)