summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/grumpy-moose-pretend.md5
-rw-r--r--packages/db/package.json9
2 files changed, 13 insertions, 1 deletions
diff --git a/.changeset/grumpy-moose-pretend.md b/.changeset/grumpy-moose-pretend.md
new file mode 100644
index 000000000..899323735
--- /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 e58bf32b8..68149f69b 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",