From 6cf0ee341c6bc42a3a00d9da6e70259f535d5352 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 8 Nov 2023 19:52:57 -0800 Subject: [PATCH] fix: typo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f605fd59..6164691b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coryd.dev", - "version": "2.2.3", - "description": "The source for my personal site, blog and portfolio. Build using 11ty and hosted on Netlify.", + "version": "2.2.4", + "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "main": "index.html", "scripts": { "start": "rm -rf .cache && ELEVENTY_PRODUCTION=false eleventy --serve && NODE_ENV=development npx tailwindcss -i ./tailwind.css -o _site/assets/styles/tailwind.css --watch",