diff options
author | Chris Swithinbank | 2023-05-11 16:50:20 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-05-11 16:50:20 +0200 |
commit | 1f62c75297ed44da721350840744823876a64bc5 (patch) | |
tree | 64319fcd3fead98f03b66fb79a67bdd794110ea1 | |
parent | c14e2600fa1d205bbe286403fabc97373f3fe0a2 (diff) | |
download | IT.starlight-1f62c75297ed44da721350840744823876a64bc5.tar.gz IT.starlight-1f62c75297ed44da721350840744823876a64bc5.tar.bz2 IT.starlight-1f62c75297ed44da721350840744823876a64bc5.zip |
Add repo, issues & homepage links to package.json
-rw-r--r-- | .changeset/short-bottles-fail.md | 5 | ||||
-rw-r--r-- | packages/starlight/package.json | 7 |
2 files changed, 12 insertions, 0 deletions
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 <swithinbank@gmail.com>", "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", |