Skip to content

Commit 16d0725

Browse files
committed
do non-published packages as well
1 parent fa655db commit 16d0725

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"repository": {
5454
"type": "git",
55-
"url": "https://github.com/firebase/firebase-js-sdk.git"
55+
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
5656
},
5757
"workspaces": [
5858
"packages/*",

packages/auth-compat/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"repository": {
4040
"directory": "packages/auth-compat/demo",
4141
"type": "git",
42-
"url": "https://github.com/firebase/firebase-js-sdk.git"
42+
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
4343
},
4444
"bugs": {
4545
"url": "https://github.com/firebase/firebase-js-sdk/issues"

packages/auth/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"repository": {
3939
"directory": "packages/auth/demo",
4040
"type": "git",
41-
"url": "https://github.com/firebase/firebase-js-sdk.git"
41+
"url": "git+https://github.com/firebase/firebase-js-sdk.git"
4242
},
4343
"bugs": {
4444
"url": "https://github.com/firebase/firebase-js-sdk/issues"

0 commit comments

Comments
 (0)