We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b35374 commit 1814ca0Copy full SHA for 1814ca0
1 file changed
packages/google-cloud-redis/package.json
@@ -41,9 +41,7 @@
41
"pretest": "npm run compile",
42
"prelint": "cd samples; npm link ../; npm install",
43
"clean": "gts clean",
44
- "precompile": "gts clean",
45
- "api-extractor": "api-extractor run --local",
46
- "api-documenter": "api-documenter yaml --input-folder=temp"
+ "precompile": "gts clean"
47
},
48
"dependencies": {
49
"google-gax": "^2.12.0"
@@ -66,8 +64,6 @@
66
64
"ts-loader": "^9.0.0",
67
65
"typescript": "^3.8.3",
68
"webpack": "^5.0.0",
69
- "webpack-cli": "^4.0.0",
70
- "@microsoft/api-documenter": "^7.8.10",
71
- "@microsoft/api-extractor": "^7.8.10"
+ "webpack-cli": "^4.0.0"
72
}
73
0 commit comments