We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5607dee commit 61f4a08Copy full SHA for 61f4a08
packages/google-cloud-resourcemanager/package.json
@@ -38,7 +38,9 @@
38
"fix": "eslint '**/*.js' --fix && gts fix",
39
"prepare": "npm run compile",
40
"pretest": "npm run compile",
41
- "presystem-test": "npm run compile"
+ "presystem-test": "npm run compile",
42
+ "docs-test": "blcl docs -r --exclude www.googleapis.com",
43
+ "predocs-test": "npm run docs"
44
},
45
"dependencies": {
46
"@google-cloud/common": "^0.31.0",
@@ -70,6 +72,7 @@
70
72
"proxyquire": "^2.0.0",
71
73
"source-map-support": "^0.5.6",
74
"typescript": "~3.3.0",
- "uuid": "^3.0.1"
75
+ "uuid": "^3.0.1",
76
+ "broken-link-checker-local": "^0.2.0"
77
}
78
0 commit comments