From 1921e90f37856b449f426d66e91facfe9ba8e604 Mon Sep 17 00:00:00 2001 From: Jason <50032291+jasongitmail@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:27:28 -0400 Subject: [PATCH] Add new npm package name: super-sitemap --- src/routes/components/components.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 863050840..53b7f33b6 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -1,16 +1,15 @@ [ { - "title": "sk-sitemap", - "repository": "https://github.com/jasongitmail/sk-sitemap", - "description": "Automatic SvelteKit sitemap that makes it impossible to forget to add your paths.", - "npm": "sk-sitemap", + "title": "super-sitemap", + "repository": "https://github.com/jasongitmail/super-sitemap", + "description": "SvelteKit sitemap focused on ease of use and making it impossible to forget to add your paths.", + "npm": "super-sitemap", "category": "Developer Experience", "tags": [ "components and libraries", "integrations", "layout and structure", - "typescript", - "sitemap" + "typescript" ] }, {