We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9de28 commit e2706a7Copy full SHA for e2706a7
1 file changed
packages/google-cloud-oslogin/package.json
@@ -38,7 +38,9 @@
38
"lint": "eslint '**/*.js'",
39
"docs": "jsdoc -c .jsdoc.js",
40
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
41
- "fix": "eslint --fix '**/*.js'"
+ "fix": "eslint --fix '**/*.js'",
42
+ "docs-test": "blcl docs -r --exclude www.googleapis.com",
43
+ "predocs-test": "npm run docs"
44
},
45
"dependencies": {
46
"google-gax": "^0.25.0",
@@ -57,6 +59,7 @@
57
59
"mocha": "^5.0.0",
58
60
"nyc": "^13.0.0",
61
"power-assert": "^1.4.4",
- "prettier": "^1.9.2"
62
+ "prettier": "^1.9.2",
63
+ "broken-link-checker-local": "^0.2.0"
64
}
65
0 commit comments