diff --git a/.changeset/thick-eagles-collect.md b/.changeset/thick-eagles-collect.md new file mode 100644 index 00000000000..c0cb1830bd1 --- /dev/null +++ b/.changeset/thick-eagles-collect.md @@ -0,0 +1,51 @@ +--- +'@firebase/analytics-interop-types': patch +'@firebase/app-check-interop-types': patch +'@firebase/messaging-interop-types': patch +'@firebase/installations-compat': patch +'@firebase/remote-config-compat': patch +'@firebase/installations-types': patch +'@firebase/remote-config-types': patch +'@firebase/auth-interop-types': patch +'@firebase/performance-compat': patch +'@firebase/rules-unit-testing': patch +'@firebase/webchannel-wrapper': patch +'@firebase/performance-types': patch +'@firebase/analytics-compat': patch +'@firebase/app-check-compat': patch +'@firebase/firestore-compat': patch +'@firebase/functions-compat': patch +'@firebase/messaging-compat': patch +'@firebase/analytics-types': patch +'@firebase/app-check-types': patch +'@firebase/database-compat': patch +'@firebase/firestore-types': patch +'@firebase/functions-types': patch +'@firebase/database-types': patch +'@firebase/storage-compat': patch +'@firebase/template-types': patch +'@firebase/installations': patch +'@firebase/remote-config': patch +'@firebase/storage-types': patch +'@firebase/auth-compat': patch +'@firebase/performance': patch +'@firebase/app-compat': patch +'@firebase/auth-types': patch +'@firebase/analytics': patch +'@firebase/app-check': patch +'@firebase/app-types': patch +'@firebase/component': patch +'@firebase/firestore': patch +'@firebase/functions': patch +'@firebase/messaging': patch +'@firebase/database': patch +'firebase': patch +'@firebase/template': patch +'@firebase/storage': patch +'@firebase/logger': patch +'@firebase/auth': patch +'@firebase/util': patch +'@firebase/app': patch +--- + +Update `repository.url` field in all `package.json` files to NPM's preferred format. diff --git a/package.json b/package.json index 48ac6c7b8f0..502397c8820 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "workspaces": [ "packages/*", diff --git a/packages/analytics-compat/package.json b/packages/analytics-compat/package.json index 7b141d0b1ac..a38ed7b0692 100644 --- a/packages/analytics-compat/package.json +++ b/packages/analytics-compat/package.json @@ -33,7 +33,7 @@ "repository": { "directory": "packages/analytics-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/analytics-interop-types/package.json b/packages/analytics-interop-types/package.json index 23cafeb93b2..b5cbcf28fe0 100644 --- a/packages/analytics-interop-types/package.json +++ b/packages/analytics-interop-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/analytics-interop-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/analytics-types/package.json b/packages/analytics-types/package.json index d90df40d77e..ae0dd38056a 100644 --- a/packages/analytics-types/package.json +++ b/packages/analytics-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/analytics-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 598a7860462..cc97d413c72 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -59,7 +59,7 @@ "repository": { "directory": "packages/analytics", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app-check-compat/package.json b/packages/app-check-compat/package.json index 568ef53a8f3..b2011bd2ba5 100644 --- a/packages/app-check-compat/package.json +++ b/packages/app-check-compat/package.json @@ -55,7 +55,7 @@ "repository": { "directory": "packages/app-check", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app-check-interop-types/package.json b/packages/app-check-interop-types/package.json index 59fa4c24e73..4dc71929182 100644 --- a/packages/app-check-interop-types/package.json +++ b/packages/app-check-interop-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/app-check-interop-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app-check-types/package.json b/packages/app-check-types/package.json index 0ad29af290a..0685cf9ce35 100644 --- a/packages/app-check-types/package.json +++ b/packages/app-check-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/app-check-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app-check/package.json b/packages/app-check/package.json index f1eca7085cf..0969ae223b1 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -56,7 +56,7 @@ "repository": { "directory": "packages/app-check", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app-compat/package.json b/packages/app-compat/package.json index 7afb0e04cb3..a3b74dc1aa4 100644 --- a/packages/app-compat/package.json +++ b/packages/app-compat/package.json @@ -56,7 +56,7 @@ "repository": { "directory": "packages/app-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app-types/package.json b/packages/app-types/package.json index 640b1cf88cc..1130a81d30b 100644 --- a/packages/app-types/package.json +++ b/packages/app-types/package.json @@ -15,7 +15,7 @@ "repository": { "directory": "packages/app-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/app/package.json b/packages/app/package.json index 44d98ef78d0..bfcdafec8dd 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -56,7 +56,7 @@ "repository": { "directory": "packages/app", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/auth-compat/demo/package.json b/packages/auth-compat/demo/package.json index 6c33ac705b7..098a3ad3007 100644 --- a/packages/auth-compat/demo/package.json +++ b/packages/auth-compat/demo/package.json @@ -39,7 +39,7 @@ "repository": { "directory": "packages/auth-compat/demo", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/auth-compat/package.json b/packages/auth-compat/package.json index 5f9e3a02453..1f237e4eb71 100644 --- a/packages/auth-compat/package.json +++ b/packages/auth-compat/package.json @@ -70,7 +70,7 @@ "repository": { "directory": "packages/auth-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/auth-interop-types/package.json b/packages/auth-interop-types/package.json index 41873828f55..61e72bc6f59 100644 --- a/packages/auth-interop-types/package.json +++ b/packages/auth-interop-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/auth-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/auth-types/package.json b/packages/auth-types/package.json index ee0497983f2..08c61ad3163 100644 --- a/packages/auth-types/package.json +++ b/packages/auth-types/package.json @@ -18,7 +18,7 @@ "repository": { "directory": "packages/auth-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/auth/demo/package.json b/packages/auth/demo/package.json index 47798106098..0933e2817c3 100644 --- a/packages/auth/demo/package.json +++ b/packages/auth/demo/package.json @@ -38,7 +38,7 @@ "repository": { "directory": "packages/auth/demo", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/auth/package.json b/packages/auth/package.json index 48566fa1b5c..c6e55bd389d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -149,7 +149,7 @@ "repository": { "directory": "packages/auth", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/component/package.json b/packages/component/package.json index 941050cdfbf..c0271ddfcb1 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -44,7 +44,7 @@ "repository": { "directory": "packages/component", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/database-compat/package.json b/packages/database-compat/package.json index 22d31677132..acb9415fb8c 100644 --- a/packages/database-compat/package.json +++ b/packages/database-compat/package.json @@ -64,7 +64,7 @@ "repository": { "directory": "packages/database-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/database-types/package.json b/packages/database-types/package.json index 88318a59603..cadc14a2565 100644 --- a/packages/database-types/package.json +++ b/packages/database-types/package.json @@ -18,7 +18,7 @@ "repository": { "directory": "packages/database-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/database/package.json b/packages/database/package.json index adf68c839a3..8c7efb64335 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -66,7 +66,7 @@ "repository": { "directory": "packages/database", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 00a99315f02..59111136f3b 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -363,7 +363,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "scripts": { "build": "rollup -c && gulp cdn-type-module-path && yarn build:compat", diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index ee6fc4a4470..363a31c30ef 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -69,7 +69,7 @@ "repository": { "directory": "packages/firestore-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/firestore-types/package.json b/packages/firestore-types/package.json index 7528c7c9a6d..ba45cefa215 100644 --- a/packages/firestore-types/package.json +++ b/packages/firestore-types/package.json @@ -18,7 +18,7 @@ "repository": { "directory": "packages/firestore-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 9265ef1cdb5..1bc012f9f6d 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -133,7 +133,7 @@ "repository": { "directory": "packages/firestore", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/functions-compat/package.json b/packages/functions-compat/package.json index bfc3a2d3186..8498e58edaa 100644 --- a/packages/functions-compat/package.json +++ b/packages/functions-compat/package.json @@ -40,7 +40,7 @@ "repository": { "directory": "packages/functions-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/functions-types/package.json b/packages/functions-types/package.json index f39250ec9c9..38085a9a277 100644 --- a/packages/functions-types/package.json +++ b/packages/functions-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/functions-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/functions/package.json b/packages/functions/package.json index 0e7232e102a..9da368db03d 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -59,7 +59,7 @@ "repository": { "directory": "packages/functions", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/installations-compat/package.json b/packages/installations-compat/package.json index 6f1e3598d3b..b0289de2f2c 100644 --- a/packages/installations-compat/package.json +++ b/packages/installations-compat/package.json @@ -39,7 +39,7 @@ "repository": { "directory": "packages/installations-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/installations-types/package.json b/packages/installations-types/package.json index f6bd26a3c34..98801238e91 100644 --- a/packages/installations-types/package.json +++ b/packages/installations-types/package.json @@ -17,7 +17,7 @@ "repository": { "directory": "packages/installations-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/installations/package.json b/packages/installations/package.json index f3ada5f8be5..081566026d1 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -44,7 +44,7 @@ "repository": { "directory": "packages/installations", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/logger/package.json b/packages/logger/package.json index 470e0e2367b..308744a23e3 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -43,7 +43,7 @@ "repository": { "directory": "packages/logger", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/messaging-compat/package.json b/packages/messaging-compat/package.json index d78b88909a7..fbe8b587bc0 100644 --- a/packages/messaging-compat/package.json +++ b/packages/messaging-compat/package.json @@ -54,7 +54,7 @@ "repository": { "directory": "packages/messaging", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/messaging-interop-types/package.json b/packages/messaging-interop-types/package.json index 3140b6db73a..760f8af8b58 100644 --- a/packages/messaging-interop-types/package.json +++ b/packages/messaging-interop-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/messaging-interop-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" @@ -22,4 +22,4 @@ "devDependencies": { "typescript": "4.7.4" } -} \ No newline at end of file +} diff --git a/packages/messaging/package.json b/packages/messaging/package.json index b54b701da0b..c04400ab7fa 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -71,7 +71,7 @@ "repository": { "directory": "packages/messaging", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/performance-compat/package.json b/packages/performance-compat/package.json index fca25cc5484..5f2175bdf90 100644 --- a/packages/performance-compat/package.json +++ b/packages/performance-compat/package.json @@ -57,7 +57,7 @@ "repository": { "directory": "packages/performance-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/performance-types/package.json b/packages/performance-types/package.json index d40c3a081fc..56949ba596f 100644 --- a/packages/performance-types/package.json +++ b/packages/performance-types/package.json @@ -17,7 +17,7 @@ "repository": { "directory": "packages/performance-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/performance/package.json b/packages/performance/package.json index 6035dfbf78b..9b02eaa9369 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -56,7 +56,7 @@ "repository": { "directory": "packages/performance", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/remote-config-compat/package.json b/packages/remote-config-compat/package.json index d54b118b61b..411a00998f5 100644 --- a/packages/remote-config-compat/package.json +++ b/packages/remote-config-compat/package.json @@ -56,7 +56,7 @@ "repository": { "directory": "packages/remote-config-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/remote-config-types/package.json b/packages/remote-config-types/package.json index 30bc63fc9b7..5f356259c9e 100644 --- a/packages/remote-config-types/package.json +++ b/packages/remote-config-types/package.json @@ -14,7 +14,7 @@ "repository": { "directory": "packages/remote-config-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index e934fcb6ed7..e64a70234cc 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -57,7 +57,7 @@ "repository": { "directory": "packages/remote-config", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/rules-unit-testing/package.json b/packages/rules-unit-testing/package.json index a3d84cd4f36..c4694b292e1 100644 --- a/packages/rules-unit-testing/package.json +++ b/packages/rules-unit-testing/package.json @@ -47,7 +47,7 @@ "repository": { "directory": "packages/rules-unit-testing", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "typings": "dist/index.d.ts", "bugs": { diff --git a/packages/storage-compat/package.json b/packages/storage-compat/package.json index c72955df660..7375fb8becc 100644 --- a/packages/storage-compat/package.json +++ b/packages/storage-compat/package.json @@ -58,7 +58,7 @@ "repository": { "directory": "packages/storage-compat", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/storage-types/package.json b/packages/storage-types/package.json index 5b4da6c168e..c8116e34acc 100644 --- a/packages/storage-types/package.json +++ b/packages/storage-types/package.json @@ -18,7 +18,7 @@ "repository": { "directory": "packages/storage-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/storage/package.json b/packages/storage/package.json index c5893afce7f..11ab0494426 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -66,7 +66,7 @@ "repository": { "directory": "packages/storage", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/template-types/package.json b/packages/template-types/package.json index beeb4970974..6373054a018 100644 --- a/packages/template-types/package.json +++ b/packages/template-types/package.json @@ -15,7 +15,7 @@ "repository": { "directory": "packages/template-types", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/template/package.json b/packages/template/package.json index c240d2ad476..2d958c29364 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -57,7 +57,7 @@ "repository": { "directory": "packages/template", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/util/package.json b/packages/util/package.json index c9d46397f8a..5229880828d 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -53,7 +53,7 @@ "repository": { "directory": "packages/util", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/packages/webchannel-wrapper/package.json b/packages/webchannel-wrapper/package.json index a009f7c94e4..e79147def18 100644 --- a/packages/webchannel-wrapper/package.json +++ b/packages/webchannel-wrapper/package.json @@ -39,7 +39,7 @@ "repository": { "directory": "packages/webchannel-wrapper", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "typings": "src/index.d.ts", "bugs": { diff --git a/repo-scripts/api-documenter/package.json b/repo-scripts/api-documenter/package.json index 55289c2170d..1f29b251183 100644 --- a/repo-scripts/api-documenter/package.json +++ b/repo-scripts/api-documenter/package.json @@ -5,7 +5,7 @@ "repository": { "directory": "repo-scripts/documenter", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "license": "Apache-2.0", "scripts": { @@ -13,7 +13,7 @@ "test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js" }, "bin": { - "api-documenter-fire": "./dist/start.js" + "api-documenter-fire": "dist/start.js" }, "files": [ "dist" diff --git a/repo-scripts/changelog-generator/package.json b/repo-scripts/changelog-generator/package.json index 3a7989d9dc3..f2afdaeffbf 100644 --- a/repo-scripts/changelog-generator/package.json +++ b/repo-scripts/changelog-generator/package.json @@ -29,7 +29,7 @@ "repository": { "directory": "repo-scripts/changelog-generator", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/repo-scripts/prune-dts/package.json b/repo-scripts/prune-dts/package.json index 27deb42e859..f48f530f38a 100644 --- a/repo-scripts/prune-dts/package.json +++ b/repo-scripts/prune-dts/package.json @@ -20,7 +20,7 @@ "repository": { "directory": "repo-scripts/prune-dts", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues" diff --git a/repo-scripts/size-analysis/package.json b/repo-scripts/size-analysis/package.json index cc617e9fbd4..bc72883a63c 100644 --- a/repo-scripts/size-analysis/package.json +++ b/repo-scripts/size-analysis/package.json @@ -47,7 +47,7 @@ "repository": { "directory": "repo-scripts/size-analysis", "type": "git", - "url": "https://github.com/firebase/firebase-js-sdk.git" + "url": "git+https://github.com/firebase/firebase-js-sdk.git" }, "bugs": { "url": "https://github.com/firebase/firebase-js-sdk/issues"