diff --git a/packages/@apphosting/adapter-angular/package.json b/packages/@apphosting/adapter-angular/package.json index 4c57cc711..319a7800d 100644 --- a/packages/@apphosting/adapter-angular/package.json +++ b/packages/@apphosting/adapter-angular/package.json @@ -5,7 +5,7 @@ "description": "Experimental addon to the Firebase CLI to add web framework support", "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "bin": { "apphosting-adapter-angular-build": "dist/bin/build.js", diff --git a/packages/@apphosting/adapter-nextjs/package.json b/packages/@apphosting/adapter-nextjs/package.json index 034c02952..b75e4dba9 100644 --- a/packages/@apphosting/adapter-nextjs/package.json +++ b/packages/@apphosting/adapter-nextjs/package.json @@ -5,7 +5,7 @@ "description": "Experimental addon to the Firebase CLI to add web framework support", "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "bin": { "apphosting-adapter-nextjs-build": "dist/bin/build.js", diff --git a/packages/@apphosting/build/package.json b/packages/@apphosting/build/package.json index 65867e3de..d4c9941cc 100644 --- a/packages/@apphosting/build/package.json +++ b/packages/@apphosting/build/package.json @@ -5,7 +5,7 @@ "description": "Experimental addon to the Firebase CLI to run local builds", "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "bin": { "apphosting-local-build": "dist/bin/localbuild.js" diff --git a/packages/@apphosting/common/package.json b/packages/@apphosting/common/package.json index ed835f349..0acee2f82 100644 --- a/packages/@apphosting/common/package.json +++ b/packages/@apphosting/common/package.json @@ -13,7 +13,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "scripts": { "build": "tsc", diff --git a/packages/@apphosting/create/package.json b/packages/@apphosting/create/package.json index ca5a45ecb..c5098b894 100644 --- a/packages/@apphosting/create/package.json +++ b/packages/@apphosting/create/package.json @@ -5,7 +5,7 @@ "description": "Experimental addon to the Firebase CLI to add web framework support", "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "bin": { "create": "dist/bin/create.js" diff --git a/packages/@apphosting/discover/package.json b/packages/@apphosting/discover/package.json index d1919a06c..5bcf10d33 100644 --- a/packages/@apphosting/discover/package.json +++ b/packages/@apphosting/discover/package.json @@ -5,7 +5,7 @@ "description": "Experimental addon to the Firebase CLI to add web framework support", "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "bin": { "discover": "dist/bin/discover.js" diff --git a/packages/@apphosting/experimental/adapter-astro/package.json b/packages/@apphosting/experimental/adapter-astro/package.json index 20cfe7af4..fa85ee77e 100644 --- a/packages/@apphosting/experimental/adapter-astro/package.json +++ b/packages/@apphosting/experimental/adapter-astro/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "files": [ "dist" diff --git a/packages/create-next-on-firebase/package.json b/packages/create-next-on-firebase/package.json index 864071ed2..779889c4b 100644 --- a/packages/create-next-on-firebase/package.json +++ b/packages/create-next-on-firebase/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "author": "Firebase", "license": "Apache-2.0", diff --git a/packages/firebase-frameworks/package.json b/packages/firebase-frameworks/package.json index 981d9ff53..26e74f4f3 100644 --- a/packages/firebase-frameworks/package.json +++ b/packages/firebase-frameworks/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "repository": { "type": "git", - "url": "git+https://github.com/FirebaseExtended/firebase-framework-tools.git" + "url": "git+https://github.com/firebase/apphosting-adapters.git" }, "author": { "name": "Firebase",