Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jun 30, 2021
1 parent 7a0040f commit beba4d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name_pretty": "API Gateway",
"product_documentation": "https://cloud.google.com/api-gateway/",
"client_documentation": "https://cloud.google.com/anthos/multicluster-management/gateway/using",
"issue_tracker": "https://github.com/googleapis/nodejs-connect-gateway/issues",
"issue_tracker": "https://github.com/googleapis/nodejs-gke-connect-gateway/issues",
"release_level": "BETA",
"language": "nodejs",
"repo": "googleapis/nodejs-gke-connect-gateway",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/connect-gateway": "^0.1.0"
"@google-cloud/gke-connect-gateway": "^0.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function main() {
// [START nodejs_connect_gateway_quickstart]
// Imports the Google Cloud client library

const {GatewayServiceClient} = require('@google-cloud/connect-gateway');
const {GatewayServiceClient} = require('@google-cloud/gke-connect-gateway');

// Creates a client
new GatewayServiceClient();
Expand Down

0 comments on commit beba4d3

Please sign in to comment.