fix: minor cleanup
This commit is contained in:
parent
e16633653a
commit
23de26ebe8
1 changed files with 1 additions and 13 deletions
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"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.",
|
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -55,17 +55,5 @@
|
||||||
"tailwind-scrollbar": "^3.0.5",
|
"tailwind-scrollbar": "^3.0.5",
|
||||||
"tailwindcss": "^3.4.0",
|
"tailwindcss": "^3.4.0",
|
||||||
"writing-stats": "^1.0.6"
|
"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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue