summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-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"
}
}