Skip to content

Commit 416a6df

Browse files
JustinBeckwithcallmehiphop
authored andcommitted
build: use linkinator for docs test (#205)
1 parent 3a83e3d commit 416a6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-language/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test-no-cover": "mocha test/*.js",
4040
"test": "npm run cover",
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.6.0",
6262
"prettier": "^1.13.5",
63-
"broken-link-checker-local": "^0.2.0"
63+
"linkinator": "^1.1.2"
6464
}
6565
}

0 commit comments

Comments
 (0)