We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3059a commit d49c8a3Copy full SHA for d49c8a3
packages/markdown/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alloy-js/markdown",
3
- "version": "0.15.0",
+ "version": "0.15.1",
4
"description": "Alloy components for generating markdown",
5
"exports": {
6
".": {
packages/markdown/src/components/index.ts
@@ -0,0 +1,5 @@
+export * from "./Heading.jsx";
+export * from "./Link.jsx";
+export * from "./List.jsx";
+export * from "./Section.jsx";
+export * from "./SourceFile.jsx";
0 commit comments