From 3023fbfb60785ef7af103666ccdc8682919a09fb Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:15:48 -0600 Subject: [PATCH] Remove Atom feed --- config/feeds.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/feeds.json b/config/feeds.json index e64a3d1..8e9b640 100644 --- a/config/feeds.json +++ b/config/feeds.json @@ -20,7 +20,6 @@ "https://www.nomanssky.com/news/feed/", "https://www.lexaloffle.com/bbs/feed.php?uid=1", "https://www.factorio.com/blog/rss", - "https://bouncyrock.com/news.atom", "https://kill-the-newsletter.com/feeds/pghhn8aaf264tukg.xml", "http://www.suppermariobroth.com/rss", "http://unknownworlds.com/subnautica/feed/", diff --git a/package.json b/package.json index 7e69f99..69f109e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "clean": "rm -rf dist", - "build": "bun src/index.js", + "build": "bun src/index.ts", "check": "biome check --write ./src ./eslint.config.js" }, "author": {