0
Fork 0
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:
Matthew Phillips 2024-01-08 10:03:40 -05:00 committed by Nate Moore
parent f6de8d2b23
commit c538999cde

View file

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