Skip to content

Commit 4ff8d23

Browse files
jmdobryAce Nassri
authored and
Ace Nassri
committed
Upgrade to repo tools v1.4.7 (#370)
1 parent 99d189a commit 4ff8d23

File tree

2 files changed

+59
-725
lines changed

2 files changed

+59
-725
lines changed

translate/package.json

+15-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"type": "git",
99
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1010
},
11-
"cloud": {
12-
"requiresKeyFile": true,
13-
"requiresProjectId": true
14-
},
1511
"engines": {
1612
"node": ">=4.3.2"
1713
},
@@ -26,9 +22,23 @@
2622
"yargs": "7.1.0"
2723
},
2824
"devDependencies": {
29-
"@google-cloud/nodejs-repo-tools": "1.3.1",
25+
"@google-cloud/nodejs-repo-tools": "1.4.7",
3026
"ava": "0.19.1",
3127
"proxyquire": "1.7.11",
3228
"sinon": "2.1.0"
29+
},
30+
"cloud-repo-tools": {
31+
"requiresKeyFile": true,
32+
"requiresProjectId": true,
33+
"product": "translate",
34+
"samples": [
35+
{
36+
"id": "translate",
37+
"name": "Translate",
38+
"file": "translate.js",
39+
"docs_link": "https://cloud.google.com/translate/docs",
40+
"usage": "node translate.js --help"
41+
}
42+
]
3343
}
3444
}

0 commit comments

Comments
 (0)