Skip to content

Commit 151f5ab

Browse files
authored
Upgrade to repo tools v1.4.7 (#370)
1 parent a156165 commit 151f5ab

File tree

2 files changed

+57
-738
lines changed

2 files changed

+57
-738
lines changed

speech/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
},
@@ -28,9 +24,23 @@
2824
"yargs": "7.0.2"
2925
},
3026
"devDependencies": {
31-
"@google-cloud/nodejs-repo-tools": "1.3.1",
27+
"@google-cloud/nodejs-repo-tools": "1.4.7",
3228
"ava": "0.19.1",
3329
"proxyquire": "1.7.11",
3430
"sinon": "2.1.0"
31+
},
32+
"cloud-repo-tools": {
33+
"requiresKeyFile": true,
34+
"requiresProjectId": true,
35+
"product": "speech",
36+
"samples": [
37+
{
38+
"id": "recognize",
39+
"name": "Speech Recognition",
40+
"file": "recognize.js",
41+
"docs_link": "https://cloud.google.com/speech/docs",
42+
"usage": "node recognize.js --help"
43+
}
44+
]
3545
}
3646
}

0 commit comments

Comments
 (0)