Skip to content

Commit db81659

Browse files
build: use linkinator for docs test (#148)
1 parent d07a45e commit db81659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-oslogin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"docs": "jsdoc -c .jsdoc.js",
4040
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
4141
"fix": "eslint --fix '**/*.js'",
42-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
42+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
4343
"predocs-test": "npm run docs"
4444
},
4545
"dependencies": {
@@ -60,6 +60,6 @@
6060
"nyc": "^13.0.0",
6161
"power-assert": "^1.4.4",
6262
"prettier": "^1.9.2",
63-
"broken-link-checker-local": "^0.2.0"
63+
"linkinator": "^1.1.2"
6464
}
6565
}

0 commit comments

Comments
 (0)