Skip to content

Commit cf9034c

Browse files
authored
fix(jsx-ast): use metadata generator (#303)
1 parent 702cb43 commit cf9034c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/jsx-ast/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
name: 'jsx-ast',
1818
version: '1.0.0',
1919
description: 'Generates JSX AST from the input MDAST',
20-
dependsOn: 'ast',
20+
dependsOn: 'metadata',
2121

2222
/**
2323
* Generates a JSX AST

0 commit comments

Comments
 (0)