We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567f503 commit f795f3fCopy full SHA for f795f3f
packages/google-cloud-bigquery-datatransfer/package.json
@@ -34,7 +34,9 @@
34
"lint": "eslint '**/*.js'",
35
"docs": "jsdoc -c .jsdoc.js",
36
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
37
- "fix": "eslint --fix '**/*.js'"
+ "fix": "eslint --fix '**/*.js'",
38
+ "docs-test": "blcl docs -r --exclude www.googleapis.com",
39
+ "predocs-test": "npm run docs"
40
},
41
"dependencies": {
42
"google-gax": "^0.25.0",
@@ -53,6 +55,7 @@
53
55
"mocha": "^5.2.0",
54
56
"nyc": "^13.0.0",
57
"power-assert": "^1.5.0",
- "prettier": "^1.13.4"
58
+ "prettier": "^1.13.4",
59
+ "broken-link-checker-local": "^0.2.0"
60
}
61
0 commit comments