Skip to content

Commit

Permalink
[remark-callouts/package.json][xs]: fix export path
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Jun 8, 2023
1 parent f54d238 commit affca05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-pots-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@portaljs/remark-callouts': patch
---

Fix: incorrect path to styles.css in package.json exports field.
2 changes: 1 addition & 1 deletion packages/remark-callouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./styles.css": "./styles.css"
"./styles.css": "./dist/styles.css"
}
}

0 comments on commit affca05

Please sign in to comment.