From 699c5969ce39366917e8194c9f43ee187059cdca Mon Sep 17 00:00:00 2001 From: Toastie Date: Sat, 20 Jan 2024 23:08:37 +1300 Subject: [PATCH] Added dependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fc9b72..0895b11 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "dependencies": { + "@astrojs/check": "^0.4.1", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.4", "@astrolib/analytics": "^0.5.0", @@ -50,4 +51,4 @@ "engines": { "node": ">=18.14.1" } -} \ No newline at end of file +}