Skip to content

Commit

Permalink
fix(pkg-management): use dist dir in imports of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerschbaum committed Oct 7, 2023
1 parent 39f17ff commit 80eb9d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-windows-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@pkerschbaum/pkg-management': patch
---

use dist dir in `imports` of package.json
2 changes: 1 addition & 1 deletion packages/pkg-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"./*": null
},
"imports": {
"#pkg/*": "./src/*"
"#pkg/*": "./dist/*"
},
"files": [
"dist/**",
Expand Down

0 comments on commit 80eb9d6

Please sign in to comment.