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:*",