We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702cb43 commit cf9034cCopy full SHA for cf9034c
1 file changed
src/generators/jsx-ast/index.mjs
@@ -17,7 +17,7 @@ export default {
17
name: 'jsx-ast',
18
version: '1.0.0',
19
description: 'Generates JSX AST from the input MDAST',
20
- dependsOn: 'ast',
+ dependsOn: 'metadata',
21
22
/**
23
* Generates a JSX AST
0 commit comments