From d1080ea81de0db1d1aed97a65c490766c17ab312 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 11 Apr 2024 23:18:57 +0200 Subject: [PATCH] Add useful links to `@astrojs/db` package.json (#10764) Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> --- .changeset/grumpy-moose-pretend.md | 5 +++++ packages/db/package.json | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .changeset/grumpy-moose-pretend.md diff --git a/.changeset/grumpy-moose-pretend.md b/.changeset/grumpy-moose-pretend.md new file mode 100644 index 000000000000..899323735623 --- /dev/null +++ b/.changeset/grumpy-moose-pretend.md @@ -0,0 +1,5 @@ +--- +"@astrojs/db": patch +--- + +Improves `package.json` metadata fields diff --git a/packages/db/package.json b/packages/db/package.json index e58bf32b8f9b..68149f69bbd9 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,8 +1,15 @@ { "name": "@astrojs/db", "version": "0.10.3", - "description": "", + "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/withastro/astro.git", + "directory": "packages/db" + }, + "bugs": "https://github.com/withastro/astro/issues", + "homepage": "https://docs.astro.build/en/guides/integrations-guide/db/", "type": "module", "author": "withastro", "types": "./index.d.ts",