Skip to content

Commit ff28fe3

Browse files
committed
fixup!
1 parent ebbdc6c commit ff28fe3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/generators/jsx-ast/index.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const getSortedHeadNodes = entries => {
3838
});
3939
};
4040

41-
const jsxAstGenerator = {
41+
export default {
4242
name: 'jsx-ast',
4343
version: '1.0.0',
4444
description: 'Generates JSX AST from the input MDAST',
@@ -83,6 +83,4 @@ const jsxAstGenerator = {
8383

8484
return results;
8585
},
86-
};
87-
88-
export default jsxAstGenerator;
86+
};

0 commit comments

Comments
 (0)