Skip to content

Commit 625f7f9

Browse files
committedNov 9, 2023
Change to use exports
1 parent f0a475c commit 625f7f9

File tree

72 files changed

+72
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+72
-144
lines changed
 

‎packages/remark-lint-blockquote-indentation/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
],
3030
"sideEffects": false,
3131
"type": "module",
32-
"main": "index.js",
33-
"types": "index.d.ts",
32+
"exports": "./index.js",
3433
"files": [
3534
"index.d.ts",
3635
"index.js"

‎packages/remark-lint-checkbox-character-style/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
],
3131
"sideEffects": false,
3232
"type": "module",
33-
"main": "index.js",
34-
"types": "index.d.ts",
33+
"exports": "./index.js",
3534
"files": [
3635
"index.d.ts",
3736
"index.js"

0 commit comments

Comments
 (0)
Please sign in to comment.