Skip to content

Commit

Permalink
chore: add package.json into exports map (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 10, 2024
1 parent f985718 commit 985b33c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rich-pigs-allow.md
@@ -0,0 +1,5 @@
---
"eslint-plugin-prettier": patch
---

chore: add `package.json` into `exports` map
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -23,7 +23,8 @@
"./recommended": {
"types": "./recommended.d.ts",
"default": "./recommended.js"
}
},
"./package.json": "./package.json"
},
"types": "eslint-plugin-prettier.d.ts",
"files": [
Expand Down

0 comments on commit 985b33c

Please sign in to comment.