syntax-tree / mdast-util-directive

mdast extension to parse and serialize generic directives (`:cite[smith04]`)
https://unifiedjs.com
MIT License
12 stars 6 forks source link

Add missing types dependency #4

Closed alvinleung1996 closed 2 years ago

alvinleung1996 commented 2 years ago

Initial checklist

Description of changes

Add missing @types/unist dependency in package.json so that interfaces in complex-types.d.ts can work correctly under Yarn strict PnP mode.

Fix #3.

github-actions[bot] commented 2 years ago

Hi! This was closed. Team: If this was merged, please describe when this is likely to be released. Otherwise, please add one of the no/* labels.

wooorm commented 2 years ago

Thanks Alvin!