We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1354bc9 commit 5323de2Copy full SHA for 5323de2
vision/samples/package.json
@@ -8,10 +8,6 @@
8
"type": "git",
9
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
10
},
11
- "cloud": {
12
- "requiresKeyFile": true,
13
- "requiresProjectId": true
14
- },
15
"engines": {
16
"node": ">=4.3.2"
17
@@ -30,12 +26,16 @@
30
26
"yargs": "7.1.0"
31
27
32
28
"devDependencies": {
33
- "@google-cloud/nodejs-repo-tools": "1.3.1",
29
+ "@google-cloud/nodejs-repo-tools": "1.4.7",
34
"ava": "0.19.1",
35
"proxyquire": "1.7.11",
36
"sinon": "2.1.0"
37
38
"optionalDependencies": {
39
"canvas": "1.6.5"
+ },
+ "cloud-repo-tools": {
+ "requiresKeyFile": true,
+ "requiresProjectId": true
40
}
41
0 commit comments