0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

fix package json types (#10313)

This commit is contained in:
Fred K. Schott 2024-03-04 02:59:41 -08:00 committed by GitHub
parent 51393a729b
commit cb00c8b692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/db": patch
---
Fix bad package.json types

View file

@ -4,12 +4,12 @@
"description": "",
"license": "MIT",
"type": "module",
"types": "./index.d.ts",
"types": "./dist/index.d.ts",
"author": "withastro",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./index.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./utils": {