From 650460d8b287470042d4e90c67fe9a2e32a195be Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 12 Apr 2024 17:41:40 -0700 Subject: [PATCH] chore: drop dep --- config/shortcodes/index.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/shortcodes/index.js b/config/shortcodes/index.js index d5a6c419..515ae2a2 100644 --- a/config/shortcodes/index.js +++ b/config/shortcodes/index.js @@ -1,5 +1,4 @@ import Image from '@11ty/eleventy-img' -import path from 'path' import htmlmin from 'html-minifier-terser' const stringifyAttributes = (attributeMap) => { diff --git a/package.json b/package.json index 9fb31544..5b23038f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "10.0.3", + "version": "10.0.4", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {