Skip to content

Commit

Permalink
fix git repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Apr 4, 2024
1 parent 8b70fc5 commit 597bf4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"repository": {
"directory": "packages/vertexai",
"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 All @@ -73,4 +73,4 @@
],
"reportDir": "./coverage/node"
}
}
}

0 comments on commit 597bf4f

Please sign in to comment.