Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

build: use linkinator for docs test #194

Merged
merged 2 commits into from
Feb 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -60,6 +60,6 @@
"nyc": "^13.0.0",
"power-assert": "^1.6.0",
"prettier": "^1.13.5",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}