Skip to content

Commit

Permalink
Upgrade to repo tools v1.4.7 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 17, 2022
1 parent 820506d commit 32630ba
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 725 deletions.
20 changes: 15 additions & 5 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"cloud": {
"requiresKeyFile": true,
"requiresProjectId": true
},
"engines": {
"node": ">=4.3.2"
},
Expand All @@ -26,9 +22,23 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.3.1",
"@google-cloud/nodejs-repo-tools": "1.4.7",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true,
"product": "translate",
"samples": [
{
"id": "translate",
"name": "Translate",
"file": "translate.js",
"docs_link": "https://cloud.google.com/translate/docs",
"usage": "node translate.js --help"
}
]
}
}
Loading

0 comments on commit 32630ba

Please sign in to comment.