Skip to content

Commit 7aa9836

Browse files
committed
chore(react): Update package.json 2.0.0
1 parent 0c12a7f commit 7aa9836

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@tanstack-query-firebase/react",
3-
"version": "1.0.7",
3+
"version": "2.0.0",
44
"description": "TanStack Query bindings for Firebase and React",
55
"type": "module",
66
"scripts": {
77
"test": "vitest --dom --coverage",
88
"build": "tsup",
9-
"prepublishOnly": "pnpm build",
109
"serve:coverage": "npx serve coverage",
1110
"emulator": "firebase emulators:start --project test-project",
1211
"emulator:kill": "lsof -t -i:4001 -i:8080 -i:9000 -i:9099 -i:9199 -i:8085 | xargs kill -9",

0 commit comments

Comments
 (0)