We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9982913 commit 2445d46Copy full SHA for 2445d46
packages/google-cloud-oslogin/linkinator.config.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recurse": true,
3
+ "skip": [
4
+ "https://codecov.io/gh/googleapis/",
5
+ "www.googleapis.com"
6
+ ]
7
+}
packages/google-cloud-oslogin/package.json
@@ -37,7 +37,7 @@
37
"docs": "jsdoc -c .jsdoc.js",
38
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
39
"fix": "eslint --fix '**/*.js'",
40
- "docs-test": "linkinator docs -r --skip www.googleapis.com",
+ "docs-test": "linkinator docs",
41
"predocs-test": "npm run docs"
42
},
43
"dependencies": {
@@ -56,6 +56,6 @@
56
"nyc": "^14.0.0",
57
"power-assert": "^1.4.4",
58
"prettier": "^1.9.2",
59
- "linkinator": "^1.1.2"
+ "linkinator": "^1.5.0"
60
}
61
0 commit comments