From 75efb17b699d3ea28487be9dbaacabeceaa2026d Mon Sep 17 00:00:00 2001 From: Fernando Lucio Canizo Date: Wed, 2 Aug 2023 19:56:59 -0400 Subject: [PATCH] Fix error for no having `prismjs` dependency Just add `prismjs` as development dependency. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e08e19..193fc2f 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "luxon": "^3.3.0", - "markdown-it-anchor": "^8.6.7" + "markdown-it-anchor": "^8.6.7", + "prismjs": "^1.29.0" } }