Skip to content

Commit

Permalink
Solve resolution issues with astrojs (#7055)
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Feb 22, 2023
1 parent 75d4a9a commit b970dc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/perfect-colts-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@firebase/database-compat": patch
---

Solve @firebase/database-compat/standalone resolution issues with astrojs
3 changes: 2 additions & 1 deletion packages/database-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
},
"./standalone": {
"types": "./dist/database-compat/src/index.standalone.d.ts",
"node": "./dist/index.standalone.js"
"node": "./dist/index.standalone.js",
"default": "./dist/index.standalone.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit b970dc5

Please sign in to comment.