Skip to content

Commit 3f1aab1

Browse files
authored
fix: remove buggy module-sync exports field (#450)
1 parent b08feae commit 3f1aab1

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.changeset/rude-teachers-look.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
fix: remove buggy `module-sync` exports field

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ patreon: 1stG
88
custom:
99
- https://opencollective.com/1stG
1010
- https://opencollective.com/rxts
11-
- https://afdian.net/@JounQin
11+
- https://afdian.com/a/JounQin

package.json

-8
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,9 @@
2323
"types": "./lib/index.d.ts",
2424
"default": "./lib/index.js"
2525
},
26-
"module-sync": {
27-
"types": "./lib/index.d.ts",
28-
"default": "./lib/index.js"
29-
},
3026
"require": {
3127
"types": "./index.d.cts",
3228
"default": "./lib/index.cjs"
33-
},
34-
"default": {
35-
"types": "./lib/index.d.ts",
36-
"default": "./lib/index.js"
3729
}
3830
},
3931
"./package.json": "./package.json"

0 commit comments

Comments
 (0)