diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index d8ac74e..f996456 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,10 @@ "type": "module", "license": "ISC", "devDependencies": { - "@11ty/eleventy": "^3.0.0-beta.1", + "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-plugin-rss": "^2.0.2", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", + "@11ty/eleventy-plugin-webc": "^0.11.2", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", "prettier": "^3.3.3" |