Skip to content

Commit

Permalink
chore(react): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Dec 30, 2024
1 parent d4d23ef commit 762e2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": []
"ignore": ["dist/**"]
},
"formatter": {
"enabled": true,
Expand Down
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@tanstack-query-firebase/react",
"version": "1.0.2",
"version": "1.0.3",
"description": "TanStack Query bindings for Firebase and React",
"type": "module",
"scripts": {
"build": "tsup"
"build": "tsup",
"prepublishOnly": "pnpm build"
},
"exports": {
".": {
Expand Down

0 comments on commit 762e2f7

Please sign in to comment.