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:
parent
51393a729b
commit
cb00c8b692
2 changed files with 7 additions and 2 deletions
5
.changeset/rare-badgers-smile.md
Normal file
5
.changeset/rare-badgers-smile.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@astrojs/db": patch
|
||||
---
|
||||
|
||||
Fix bad package.json types
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue