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