Skip to content

Commit

Permalink
fix package json types (#10313)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored Mar 4, 2024
1 parent 51393a7 commit cb00c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-badgers-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/db": patch
---

Fix bad package.json types
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit cb00c8b

Please sign in to comment.