0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Add useful links to @astrojs/db package.json (#10764)

Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
This commit is contained in:
Chris Swithinbank 2024-04-11 23:18:57 +02:00 committed by GitHub
parent ae12a7e32c
commit d1080ea81d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/db": patch
---
Improves `package.json` metadata fields

View file

@ -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",