From f9535d3a9728c2af52e5b9bc397f29a8cc510104 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:00:42 +0100 Subject: [PATCH] Moves @astro/check to devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bf4372..af918c3 100644 --- a/package.json +++ b/package.json @@ -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" } }