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 71546e9 commit a2ce62cCopy full SHA for a2ce62c
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
+}
package.json
@@ -29,7 +29,7 @@
29
"prepare": "npm run compile",
30
"pretest": "npm run compile",
31
"license-check": "jsgl --local .",
32
- "docs-test": "linkinator docs --recurse",
+ "docs-test": "linkinator docs",
33
"predocs-test": "npm run docs"
34
},
35
"dependencies": {
@@ -79,7 +79,7 @@
79
"js-green-licenses": "^1.1.0",
80
"json-stable-stringify": "^1.0.1",
81
"koa": "^2.7.0",
82
- "linkinator": "^1.4.3",
+ "linkinator": "^1.5.0",
83
"lodash.maxby": "^4.6.0",
84
"lodash.merge": "^4.6.1",
85
"lodash.omit": "^4.5.0",
0 commit comments