1 parent ceab20d commit 56b6204Copy full SHA for 56b6204
2 files changed
handwritten/storage/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
+}
handwritten/storage/package.json
@@ -46,7 +46,7 @@
46
"compile": "tsc -p .",
47
"fix": "gts fix && eslint --fix '**/*.js'",
48
"prepare": "npm run compile",
49
- "docs-test": "linkinator docs -r --skip www.googleapis.com",
+ "docs-test": "linkinator docs",
50
"predocs-test": "npm run docs"
51
},
52
"dependencies": {
@@ -103,7 +103,7 @@
103
"intelli-espower-loader": "^1.0.1",
104
"jsdoc": "^3.6.2",
105
"jsdoc-baseline": "^0.1.0",
106
- "linkinator": "^1.1.2",
+ "linkinator": "^1.5.0",
107
"mocha": "^6.0.0",
108
"nock": "^10.0.1",
109
"node-fetch": "^2.2.0",
0 commit comments