Skip to content

Commit b2a14d1

Browse files
build: use linkinator for docs test (#239)
1 parent c393c5f commit b2a14d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-privacy-dlp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test-no-cover": "mocha",
3939
"test": "npm run cover",
4040
"fix": "eslint --fix '**/*.js'",
41-
"docs-test": "blcl docs -r --exclude www.googleapis.com",
41+
"docs-test": "linkinator docs -r --skip www.googleapis.com",
4242
"predocs-test": "npm run docs"
4343
},
4444
"dependencies": {
@@ -60,6 +60,6 @@
6060
"nyc": "^13.0.0",
6161
"power-assert": "^1.4.4",
6262
"prettier": "^1.7.4",
63-
"broken-link-checker-local": "^0.2.0"
63+
"linkinator": "^1.1.2"
6464
}
6565
}

0 commit comments

Comments
 (0)