Skip to content

Commit 985b33c

Browse files
authoredJan 10, 2024
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

+5
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

+2-1
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)
Please sign in to comment.