Skip to content

Commit 68d2f76

Browse files
authoredFeb 10, 2025··
fix: remove the module-sync condition (#656)
1 parent 18886c5 commit 68d2f76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎package.json

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"types": "./dist/index.d.cts",
2020
"exports": {
2121
".": {
22-
"module-sync": {
23-
"types": "./dist/index.d.mts",
24-
"default": "./dist/index.mjs"
25-
},
2622
"module": {
2723
"types": "./dist/index.d.mts",
2824
"default": "./dist/index.mjs"

0 commit comments

Comments
 (0)
Please sign in to comment.