summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2023-07-20 17:46:23 +0200
committerChris Swithinbank2023-07-20 17:46:23 +0200
commita161c05b74d2300c1fe49bfd8e111cc45c9a5bff (patch)
tree3a2d0e58b73f0b1faac5fad349d3e610cabcf270
parentac6f7fec4f7076430d3f0403c348eb45da827a45 (diff)
downloadIT.starlight-a161c05b74d2300c1fe49bfd8e111cc45c9a5bff.tar.gz
IT.starlight-a161c05b74d2300c1fe49bfd8e111cc45c9a5bff.tar.bz2
IT.starlight-a161c05b74d2300c1fe49bfd8e111cc45c9a5bff.zip
Fix support for `astro add`
-rw-r--r--.changeset/tidy-deers-tan.md5
-rw-r--r--packages/starlight/package.json3
2 files changed, 7 insertions, 1 deletions
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 <swithinbank@gmail.com>",
"license": "MIT",