From c4dce468af1ebf165e9f83136934eba212eec329 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 8 Oct 2024 23:06:59 +0200 Subject: [PATCH 1/2] Add `css` keyword to Tailwind integration --- packages/integrations/tailwind/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 45aa90da9633..5500c9438873 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -13,7 +13,9 @@ }, "keywords": [ "astro-integration", - "astro-component" + "withastro", + "css", + "tailwindcss" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/tailwind/", From fe4fad06de2ccd33e87b9b8e67200ba3996bc4bd Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 8 Oct 2024 23:09:26 +0200 Subject: [PATCH 2/2] Add changeset --- .changeset/angry-ducks-kneel.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/angry-ducks-kneel.md diff --git a/.changeset/angry-ducks-kneel.md b/.changeset/angry-ducks-kneel.md new file mode 100644 index 000000000000..dd4b46c08c1f --- /dev/null +++ b/.changeset/angry-ducks-kneel.md @@ -0,0 +1,5 @@ +--- +'@astrojs/tailwind': patch +--- + +Adds keywords to `package.json` to improve categorization in the Astro integrations catalog