From 46ff502b3ccef240216c3a1a7b2ea352ad06b531 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 11 Aug 2022 08:27:51 -0400 Subject: [PATCH] fix up some dependency issues --- package.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1f05980..a2eda3c 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,9 @@ "devDependencies": { "@astrojs/sitemap": "^1.0.0", "astro": "^1.0.0-beta.31", - "astro-robots-txt": "^0.3.7" + "astro-robots-txt": "^0.3.7", + "@astrojs/rss": "^0.2.0" }, "dependencies": { - "@astrojs/deno": "^0.1.2", - "@astrojs/renderer-preact": "^0.5.0", - "@astrojs/renderer-react": "^0.5.0", - "@astrojs/renderer-svelte": "^0.5.2", - "@astrojs/renderer-vue": "^0.4.0", - "@astrojs/rss": "^0.2.0", - "vite": "^2.9.9" } }