create-mdx
Advanced tools
Comparing version 1.6.18 to 1.6.19
{ | ||
"name": "create-mdx", | ||
"version": "1.6.18", | ||
"version": "1.6.19", | ||
"description": "Initialize an MDX project", | ||
@@ -40,3 +40,3 @@ "repository": "mdx-js/mdx", | ||
}, | ||
"gitHead": "4276f9822ee6313b7aee2181f7f27a7cd14c77be" | ||
"gitHead": "a4fb84aa824b66545eacc60c50beef52f7d848f7" | ||
} |
@@ -5,3 +5,3 @@ # create-mdx | ||
[![lerna][lerna-badge]][lerna] | ||
[![Join the community on Spectrum][spectrum-badge]][spectrum] | ||
[![Chat][chat-badge]][chat] | ||
@@ -44,6 +44,6 @@ Create an [MDX][] project. | ||
[build-badge]: https://travis-ci.com/mdx-js/mdx.svg?branch=master | ||
[lerna]: https://lernajs.io/ | ||
[lerna]: https://lerna.js.org/ | ||
[lerna-badge]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg | ||
[spectrum]: https://spectrum.chat/mdx | ||
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg | ||
[chat]: https://github.com/mdx-js/mdx/discussions | ||
[contributing]: https://mdxjs.com/contributing | ||
@@ -50,0 +50,0 @@ [support]: https://mdxjs.com/support |
3991