Moves @astro/check to devDependencies

This commit is contained in:
Joe Carstairs
2024-06-05 08:00:42 +01:00
parent 31e75134fe
commit f9535d3a97

View File

@@ -8,7 +8,6 @@
"astro": "cd website && astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.5.12",
@@ -16,6 +15,7 @@
"typescript": "^5.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@types/markdown-it": "^14.1.1"
}
}