From b6afe2c1db613aabf3139fb58e0fc2ab60322f37 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Tue, 1 Nov 2022 19:55:20 +0000 Subject: [PATCH] updates @astrojs/prefetch package keywords (#5271) --- .changeset/lucky-bees-impress.md | 5 +++++ packages/integrations/prefetch/package.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changeset/lucky-bees-impress.md diff --git a/.changeset/lucky-bees-impress.md b/.changeset/lucky-bees-impress.md new file mode 100644 index 000000000000..7dda64a6dceb --- /dev/null +++ b/.changeset/lucky-bees-impress.md @@ -0,0 +1,5 @@ +--- +'@astrojs/prefetch': patch +--- + +Adds additional package.json keywords used for discoverability in the Integrations catalog diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 96e1318f8ab3..9416f72149e4 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -12,7 +12,9 @@ "directory": "packages/astro-prefetch" }, "keywords": [ - "astro-integration" + "astro-integration", + "performance", + "withastro" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/prefetch/",