summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 08:00:42 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 08:00:42 +0100
commitf9535d3a9728c2af52e5b9bc397f29a8cc510104 (patch)
tree840464ac9ea80211b66c90c60d5c1ec334acaf5b
parent31e75134fefeba2e7e8db5a4b23f6c309642f9db (diff)
Moves @astro/check to devDependencies
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}