Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@apphosting/adapter-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@apphosting/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@apphosting/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/@apphosting/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@apphosting/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/@apphosting/discover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-on-firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading