Fix error for no having prismjs dependency

Just add `prismjs` as development dependency.
This commit is contained in:
Fernando Lucio Canizo 2023-08-02 19:56:59 -04:00
parent 4f0a64d781
commit 75efb17b69

View file

@ -39,6 +39,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.3.0", "luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7" "markdown-it-anchor": "^8.6.7",
"prismjs": "^1.29.0"
} }
} }