From ed7c06a5f3bd2fb520f7e4094d96fff6267eb6a5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 17 Apr 2024 14:11:21 -0700 Subject: [PATCH] fix: drop command --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 72606246..55ff7284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "12.0.0", + "version": "12.0.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { @@ -8,8 +8,7 @@ "start:search": "run-s build:11ty index:local", "start:quick": "eleventy --serve --incremental --ignore-initial", "build": "ELEVENTY_PRODUCTION=true eleventy", - "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve", - "postbuild": "webmention _site/feeds/posts --limit 1 --send && webmention _site/feeds/links --limit 1 --send" + "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve" }, "keywords": [ "11ty",