fix: minor cleanup

This commit is contained in:
Cory Dransfeldt 2023-12-21 13:33:02 -08:00
parent e16633653a
commit 23de26ebe8
No known key found for this signature in database

View file

@ -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"
]
}
}