mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Small package change
This commit is contained in:
parent
f6de8d2b23
commit
c538999cde
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
"name": "@astrojs/db",
|
||||
"version": "0.1.3",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"license": "UNLICENSED",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
|
@ -50,7 +51,6 @@
|
|||
"@libsql/client": "0.4.0-pre.5",
|
||||
"astro": "workspace:*",
|
||||
"better-sqlite3": "^8.7.0",
|
||||
"circle-rhyme-yes-measure": "latest",
|
||||
"drizzle-orm": "^0.28.6",
|
||||
"esbuild": "^0.19.4",
|
||||
"github-slugger": "^2.0.0",
|
||||
|
|
Loading…
Reference in a new issue