Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
do non-published packages as well
  • Loading branch information
hsubox76 committed Mar 15, 2024
commit 16d0725e5f430cac6fc8f8bd3986c5f2ac22f7e5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down