Skip to content

Commit

Permalink
Add explicit exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Dec 19, 2024
1 parent aa411e6 commit 974cb5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-bobcats-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zazen/prettier-config": patch
---

Add explicit `exports` field
4 changes: 4 additions & 0 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"license": "ISC",
"author": "Jeff (https://tidaltheory.io)",
"type": "module",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"dependencies": {
"prettier-plugin-packagejson": "2.4.10"
},
Expand Down

0 comments on commit 974cb5e

Please sign in to comment.