From 175e543d2efa4519321016ea90c2ae5bc9e56d1d Mon Sep 17 00:00:00 2001 From: Jacob Cable Date: Wed, 27 Aug 2025 14:23:40 +0100 Subject: [PATCH] chore(*): add repository fields to repos --- .changeset/real-toes-shout.md | 6 ++++++ packages/angular/package.json | 10 +++++++++- packages/react/package.json | 4 ++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .changeset/real-toes-shout.md diff --git a/.changeset/real-toes-shout.md b/.changeset/real-toes-shout.md new file mode 100644 index 00000000..149177fe --- /dev/null +++ b/.changeset/real-toes-shout.md @@ -0,0 +1,6 @@ +--- +"@tanstack-query-firebase/angular": patch +"@tanstack-query-firebase/react": patch +--- + +chore: add repository fields to package.json diff --git a/packages/angular/package.json b/packages/angular/package.json index 4d4b5e81..a19d417b 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -24,7 +24,15 @@ "default": "./data-connect/index.js" } }, - "author": "", + "author": { + "name": "Invertase", + "email": "oss@invertase.io", + "url": "https://github.com/invertase/tanstack-query-firebase" + }, + "repository": { + "type": "git", + "url": "https://github.com/invertase/tanstack-query-firebase" + }, "license": "Apache-2.0", "devDependencies": { "@dataconnect/default-connector": "workspace:*", diff --git a/packages/react/package.json b/packages/react/package.json index 0065e779..bdc04a38 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -36,6 +36,10 @@ "email": "oss@invertase.io", "url": "https://github.com/invertase/tanstack-query-firebase" }, + "repository": { + "type": "git", + "url": "https://github.com/invertase/tanstack-query-firebase" + }, "license": "Apache-2.0", "devDependencies": { "@dataconnect/default-connector": "workspace:*",