From 1f62c75297ed44da721350840744823876a64bc5 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 11 May 2023 16:50:20 +0200 Subject: Add repo, issues & homepage links to package.json --- .changeset/short-bottles-fail.md | 5 +++++ packages/starlight/package.json | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .changeset/short-bottles-fail.md diff --git a/.changeset/short-bottles-fail.md b/.changeset/short-bottles-fail.md new file mode 100644 index 00000000..1ac61682 --- /dev/null +++ b/.changeset/short-bottles-fail.md @@ -0,0 +1,5 @@ +--- +"@astrojs/starlight": patch +--- + +Add repo, issues & homepage links to package.json diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 339fe2d7..347c5914 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -11,6 +11,13 @@ ], "author": "Chris Swithinbank ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/withastro/starlight", + "directory": "packages/starlight" + }, + "bugs": "https://github.com/withastro/starlight/issues", + "homepage": "https://starlight.astro.build", "type": "module", "exports": { ".": "./index.ts", -- cgit