Skip to content

Commit

Permalink
fix: update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 22, 2023
1 parent 0fff91b commit 1d65511
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-eyes-remain.md
@@ -0,0 +1,5 @@
---
"astro-icon": patch
---

Updates the `exports` field to point to the correct `astro-icon/components` source file
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: changesets/action@v1
with:
version: pnpm run version
publish: pnpm changeset publish
commit: 'chore: release'
title: 'chore: release'
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -8,7 +8,7 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./components": "./components/index.js"
"./components": "./components/index.ts"
},
"files": [
"components",
Expand Down

0 comments on commit 1d65511

Please sign in to comment.