Skip to content

Commit

Permalink
Merge pull request #703 from primer/tidy-deps
Browse files Browse the repository at this point in the history
Remove unused dev dependencies
  • Loading branch information
shawnbot authored Feb 28, 2019
2 parents f373584 + 64c7d79 commit 667d2be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2,057 deletions.
2 changes: 1 addition & 1 deletion docs/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function getComponents(page = {}) {
h1: H1,
// render links with our component
a: Link,
// render code blocks with our wrapper around mdx-live
// render code blocks with our wrapper around react-live
code: CodeExample,
// render the outline for <p> tags with exactly the text "{:toc}"
p: ({children, ...rest}) => {
Expand Down
Loading

0 comments on commit 667d2be

Please sign in to comment.