chore(eleventy.config.js): remove old passthrough statement

This commit is contained in:
Cory Dransfeldt 2025-06-14 07:14:07 -07:00
parent c021ea54ae
commit 3c18ec38fd
No known key found for this signature in database
3 changed files with 8 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "10.0.0",
"version": "10.0.1",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -52,6 +52,6 @@
"postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1",
"terser": "^5.42.0",
"truncate-html": "^1.2.1"
"truncate-html": "^1.2.2"
}
}