diff --git a/.changeset/nervous-eagles-double.md b/.changeset/nervous-eagles-double.md new file mode 100644 index 00000000000..def0a9a6ead --- /dev/null +++ b/.changeset/nervous-eagles-double.md @@ -0,0 +1,7 @@ +--- +'@firebase/database-compat': patch +'@firebase/firestore-compat': patch +'@firebase/storage-compat': patch +--- + +Add "repository" field to package.json files that were missing it. diff --git a/.github/workflows/canary-deploy.yml b/.github/workflows/canary-deploy.yml index b032d721fc2..a0f7d8a620b 100644 --- a/.github/workflows/canary-deploy.yml +++ b/.github/workflows/canary-deploy.yml @@ -4,6 +4,7 @@ on: push: branches: - master + workflow_dispatch: jobs: deploy: diff --git a/packages/database-compat/package.json b/packages/database-compat/package.json index 66f7aea4631..5a3063030a2 100644 --- a/packages/database-compat/package.json +++ b/packages/database-compat/package.json @@ -49,5 +49,13 @@ }, "devDependencies": { "@firebase/app-compat": "0.1.4" + }, + "repository": { + "directory": "packages/database-compat", + "type": "git", + "url": "https://github.com/firebase/firebase-js-sdk.git" + }, + "bugs": { + "url": "https://github.com/firebase/firebase-js-sdk/issues" } } \ No newline at end of file diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index ccd84378062..3760ba64b5b 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -44,5 +44,13 @@ "typescript": "4.2.2" }, "license": "Apache-2.0", - "typings": "dist/src/index.d.ts" + "typings": "dist/src/index.d.ts", + "repository": { + "directory": "packages/firestore-compat", + "type": "git", + "url": "https://github.com/firebase/firebase-js-sdk.git" + }, + "bugs": { + "url": "https://github.com/firebase/firebase-js-sdk/issues" + } } \ No newline at end of file diff --git a/packages/storage-compat/package.json b/packages/storage-compat/package.json index 5a41f3bafbf..b7a6c554aed 100644 --- a/packages/storage-compat/package.json +++ b/packages/storage-compat/package.json @@ -45,5 +45,13 @@ }, "files": [ "dist" - ] + ], + "repository": { + "directory": "packages/storage-compat", + "type": "git", + "url": "https://github.com/firebase/firebase-js-sdk.git" + }, + "bugs": { + "url": "https://github.com/firebase/firebase-js-sdk/issues" + } } \ No newline at end of file