We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d79b0 commit c11158bCopy full SHA for c11158b
1 file changed
packages/google-cloud-compute/package.json
@@ -31,7 +31,9 @@
31
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
32
"system-test": "mocha system-test/*.js --timeout 600000",
33
"test": "nyc mocha",
34
- "fix": "eslint --fix '**/*.js'"
+ "fix": "eslint --fix '**/*.js'",
35
+ "docs-test": "blcl docs -r --exclude www.googleapis.com",
36
+ "predocs-test": "npm run docs"
37
},
38
"dependencies": {
39
"@google-cloud/common": "^0.31.0",
@@ -63,6 +65,7 @@
63
65
"power-assert": "^1.5.0",
64
66
"prettier": "^1.13.5",
67
"proxyquire": "^2.0.1",
- "uuid": "^3.2.1"
68
+ "uuid": "^3.2.1",
69
+ "broken-link-checker-local": "^0.2.0"
70
}
71
0 commit comments