We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cc33b commit ce395e6Copy full SHA for ce395e6
1 file changed
packages/packages/google-gax/package.json
@@ -59,7 +59,7 @@
59
"stream-events": "^1.0.4",
60
"through2": "^3.0.0",
61
"typescript": "~3.3.0",
62
- "broken-link-checker-local": "^0.2.0"
+ "linkinator": "^1.1.2"
63
},
64
"scripts": {
65
"codecov": "nyc mocha build/test --reporter spec --slow 500 && codecov",
@@ -75,7 +75,7 @@
75
"posttest": "npm run lint",
76
"system-test": "nyc mocha build/system-test --timeout 120000",
77
"samples-test": "echo no sample tests 😱",
78
- "docs-test": "blcl docs -r --exclude www.googleapis.com",
+ "docs-test": "linkinator docs -r --skip www.googleapis.com",
79
"predocs-test": "npm run docs"
80
81
"repository": "googleapis/gax-nodejs",
0 commit comments