Skip to content

Commit 8630e14

Browse files
committed
chore: add module-sync entry
1 parent f8e1bfe commit 8630e14

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/eslint-mdx/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"types": "./lib/index.d.ts",
2323
"default": "./lib/index.js"
2424
},
25+
"module-sync": {
26+
"types": "./lib/index.d.ts",
27+
"default": "./lib/index.js"
28+
},
2529
"require": {
2630
"types": "./index.d.cts",
2731
"default": "./lib/index.cjs"

packages/eslint-plugin-mdx/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"types": "./lib/index.d.ts",
2323
"default": "./lib/index.js"
2424
},
25+
"module-sync": {
26+
"types": "./lib/index.d.ts",
27+
"default": "./lib/index.js"
28+
},
2529
"require": {
2630
"types": "./index.d.cts",
2731
"default": "./lib/index.cjs"

0 commit comments

Comments
 (0)