Skip to content

Commit

Permalink
fix: addons presets field (#47)
Browse files Browse the repository at this point in the history
* fix: addons presets field

* chore: changeset
  • Loading branch information
sushichan044 authored Apr 22, 2024
1 parent 24bc695 commit fdbea4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-bags-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@virtual-live-lab/eslint-config": patch
---

fix package.json exports field
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"import": "./dist/index.mjs",
"types": "./dist/index.d.mts"
},
"./preset/*": {
"import": "./dist/preset/*.mjs",
"types": "./dist/preset/*.d.mts"
"./addons/*": {
"import": "./dist/addons/*.mjs",
"types": "./dist/addons/*.d.mts"
},
"./addon/*": {
"import": "./dist/addon/*.mjs",
"types": "./dist/addon/*.d.mts"
"./presets/*": {
"import": "./dist/presets/*.mjs",
"types": "./dist/presets/*.d.mts"
}
},
"files": [
Expand Down

0 comments on commit fdbea4d

Please sign in to comment.