From 23de26ebe85287f007f3ef1b3ad095b6df56585f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 21 Dec 2023 13:33:02 -0800 Subject: [PATCH] fix: minor cleanup --- package.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/package.json b/package.json index 02e793ab..cc665239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { @@ -55,17 +55,5 @@ "tailwind-scrollbar": "^3.0.5", "tailwindcss": "^3.4.0", "writing-stats": "^1.0.6" - }, - "lint-staged": { - "**/*.{js,ts,json}": [ - "npx prettier --write", - "npx eslint --fix" - ], - "**/*.scss": [ - "npx prettier --write" - ], - "**/*.{md,mkd,mdwn,mdown,mdtxt,mdtext,markdown}": [ - "npx markdownlint --config ./markdownlint.config.json --fix" - ] } }