From 3829c40ed9c4280538b8f942367567a9ac3e96cc Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 14 Feb 2019 12:02:24 -0800 Subject: [PATCH] build: use linkinator for docs test (#303) --- packages/google-cloud-speech/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-speech/package.json b/packages/google-cloud-speech/package.json index 49323cc8700..fca5b614d52 100644 --- a/packages/google-cloud-speech/package.json +++ b/packages/google-cloud-speech/package.json @@ -38,7 +38,7 @@ "test-no-cover": "mocha test/*.js", "test": "npm run cover", "fix": "eslint --fix '**/*.js'", - "docs-test": "blcl docs -r --exclude www.googleapis.com", + "docs-test": "linkinator docs -r --skip www.googleapis.com", "predocs-test": "npm run docs" }, "dependencies": { @@ -66,6 +66,6 @@ "prettier": "^1.13.5", "proxyquire": "^2.1.0", "sinon": "^7.0.0", - "broken-link-checker-local": "^0.2.0" + "linkinator": "^1.1.2" } }