8000 chore: add `package.json` into `exports` map (#629) · prettier/eslint-plugin-prettier@985b33c · GitHub
[go: up one dir, main page]

Skip to content

Commit 985b33c

Browse files
authored
chore: add package.json into exports map (#629)
1 parent f985718 commit 985b33c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/rich-pigs-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-prettier": patch
3+
---
4+
5+
chore: add `package.json` into `exports` map

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"./recommended": {
2424
"types": "./recommended.d.ts",
2525
"default": "./recommended.js"
26-
}
26+
},
27+
"./package.json": "./package.json"
2728
},
2829
"types": "eslint-plugin-prettier.d.ts",
2930
"files": [

0 commit comments

Comments
 (0)
0