Skip to content
Closed
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 recaptcha_enterprise/demosite/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git"
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
Comment on lines 13 to 16
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

There appears to be a discrepancy between the PR description, which states the content was moved to google-cloud-node, and this change, which points to nodejs-docs-samples. Could you please confirm which repository is correct?

Additionally, since this package now resides in a subdirectory of a monorepo, it's a best practice to specify the directory field within the repository object. This helps tools like npm correctly locate the package.

Assuming nodejs-docs-samples is the correct repository, I'd suggest updating the repository object as follows:

    "repository": {
        "type": "git",
        "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git",
        "directory": "recaptcha_enterprise/demosite/app"
    },

"dependencies": {
"@google-cloud/recaptcha-enterprise": "^5.5.0",
Expand Down
Loading