remove upgrade helper

This commit is contained in:
Nycki 2024-12-13 19:17:05 -08:00
parent f3bab3e9d6
commit 20d6c4eef7
2 changed files with 1 additions and 4 deletions

View file

@ -2,7 +2,6 @@ import { DateTime } from "luxon";
import pluginSyntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
import { EleventyHtmlBasePlugin } from "@11ty/eleventy";
import pluginRss from '@11ty/eleventy-plugin-rss';
import pluginUpgrade from '@11ty/eleventy-upgrade-help';
import pluginDrafts from "./eleventy.config.drafts.js";
@ -35,7 +34,6 @@ export default function(eleventyConfig) {
});
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
eleventyConfig.addPlugin(pluginRss);
eleventyConfig.addPlugin(pluginUpgrade);
// Filters
eleventyConfig.addFilter("readableDate", (dateObj, format, zone) => {

View file

@ -34,10 +34,9 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-upgrade-help": "^3.0.1",
"cross-env": "^7.0.3",
"luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7"