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:
parent
ae12a7e32c
commit
d1080ea81d
2 changed files with 13 additions and 1 deletions
5
.changeset/grumpy-moose-pretend.md
Normal file
5
.changeset/grumpy-moose-pretend.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@astrojs/db": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Improves `package.json` metadata fields
|
|
@ -1,8 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/db",
|
"name": "@astrojs/db",
|
||||||
"version": "0.10.3",
|
"version": "0.10.3",
|
||||||
"description": "",
|
"description": "Add libSQL and Astro Studio support to your Astro site",
|
||||||
"license": "MIT",
|
"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",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue