Skip to content

Commit

Permalink
build: use linkinator for docs test (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 14, 2019
1 parent 8bf60dd commit 90a1a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepare": "npm run compile",
"pretest": "npm run compile && node ./bin/install-winston2.js",
"posttest": "npm run check",
"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 Down Expand Up @@ -87,7 +87,7 @@
"typescript": "^3.0.0",
"uuid": "^3.3.2",
"winston": "^3.1.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
},
"peerDependencies": {
"winston": ">=2.x <=3.x"
Expand Down

0 comments on commit 90a1a31

Please sign in to comment.