We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f125658 commit 8fa9e60Copy full SHA for 8fa9e60
packages/google-cloud-securitycenter/package.json
@@ -36,7 +36,7 @@
36
"test-no-cover": "mocha test/*.js",
37
"test": "npm run cover",
38
"fix": "eslint --fix '**/*.js'",
39
- "docs-test": "blcl docs -r --exclude www.googleapis.com",
+ "docs-test": "linkinator docs -r --skip www.googleapis.com",
40
"predocs-test": "npm run docs"
41
},
42
"dependencies": {
@@ -58,6 +58,6 @@
58
"nyc": "^13.0.0",
59
"power-assert": "^1.4.4",
60
"prettier": "^1.7.4",
61
- "broken-link-checker-local": "^0.2.0"
+ "linkinator": "^1.1.2"
62
}
63
0 commit comments