diff options
author | liruifengv | 2024-06-12 20:32:50 +0800 |
---|---|---|
committer | GitHub | 2024-06-12 14:32:50 +0200 |
commit | 0aa2f06d3a35a3c5182b4d461c8f3489ac145301 (patch) | |
tree | 5658114ae6d73d487a0950490d19ff6d8e4ef30a | |
parent | 0ed1424be2650d4ca8e8d8a0f7b864e035cf8d92 (diff) | |
download | IT.starlight-0aa2f06d3a35a3c5182b4d461c8f3489ac145301.tar.gz IT.starlight-0aa2f06d3a35a3c5182b4d461c8f3489ac145301.tar.bz2 IT.starlight-0aa2f06d3a35a3c5182b4d461c8f3489ac145301.zip |
Remove outdated Badge component export (#2004)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/green-files-allow.md | 5 | ||||
-rw-r--r-- | packages/starlight/package.json | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.changeset/green-files-allow.md b/.changeset/green-files-allow.md new file mode 100644 index 00000000..971de38e --- /dev/null +++ b/.changeset/green-files-allow.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Removes an outdated export in `package.json` diff --git a/packages/starlight/package.json b/packages/starlight/package.json index e78d9a04..c1204efc 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -27,10 +27,6 @@ "exports": { ".": "./index.ts", "./components": "./components.ts", - "./components/Badge.astro": { - "types": "./components/Badge.astro.tsx", - "import": "./components/Badge.astro" - }, "./components/LanguageSelect.astro": { "types": "./components/LanguageSelect.astro.tsx", "import": "./components/LanguageSelect.astro" |