From a161c05b74d2300c1fe49bfd8e111cc45c9a5bff Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 20 Jul 2023 17:46:23 +0200 Subject: Fix support for `astro add` --- .changeset/tidy-deers-tan.md | 5 +++++ packages/starlight/package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/tidy-deers-tan.md diff --git a/.changeset/tidy-deers-tan.md b/.changeset/tidy-deers-tan.md new file mode 100644 index 00000000..01a91195 --- /dev/null +++ b/.changeset/tidy-deers-tan.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Fix missing metadata required for `astro add` support diff --git a/packages/starlight/package.json b/packages/starlight/package.json index f8581683..b498cb7b 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -7,7 +7,8 @@ "docs", "documentation", "astro", - "withastro" + "withastro", + "astro-integration" ], "author": "Chris Swithinbank ", "license": "MIT", -- cgit