Skip to content

Commit d49c8a3

Browse files
Missing exports for markdown (#148)
1 parent 7f3059a commit d49c8a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alloy-js/markdown",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Alloy components for generating markdown",
55
"exports": {
66
".": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export * from "./Heading.jsx";
2+
export * from "./Link.jsx";
3+
export * from "./List.jsx";
4+
export * from "./Section.jsx";
5+
export * from "./SourceFile.jsx";

0 commit comments

Comments
 (0)