We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9386d1 commit 63a6060Copy full SHA for 63a6060
packages/google-cloud-recaptchaenterprise/package.json
@@ -44,9 +44,7 @@
44
"ts-loader": "^9.0.0",
45
"typescript": "^3.8.3",
46
"webpack": "^5.0.0",
47
- "webpack-cli": "^4.0.0",
48
- "@microsoft/api-documenter": "^7.8.10",
49
- "@microsoft/api-extractor": "^7.8.10"
+ "webpack-cli": "^4.0.0"
50
},
51
"scripts": {
52
"lint": "gts check",
@@ -62,9 +60,7 @@
62
60
"predocs-test": "npm run docs",
63
61
"prepare": "npm run compile",
64
"prelint": "cd samples; npm link ../; npm install",
65
- "precompile": "gts clean",
66
- "api-extractor": "api-extractor run --local",
67
- "api-documenter": "api-documenter yaml --input-folder=temp"
+ "precompile": "gts clean"
68
69
"license": "Apache-2.0",
70
"engines": {
0 commit comments