Skip to content

Commit 66f89f6

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#548)
1 parent d326448 commit 66f89f6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/google-cloud-monitoring/package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
"compile": "tsc -p . && cp -r protos build/",
4141
"compile-protos": "compileProtos src",
4242
"prepare": "npm run compile",
43-
"precompile": "gts clean",
44-
"api-extractor": "api-extractor run --local",
45-
"api-documenter": "api-documenter yaml --input-folder=temp"
43+
"precompile": "gts clean"
4644
},
4745
"dependencies": {
4846
"google-gax": "^2.12.0"
@@ -65,8 +63,6 @@
6563
"ts-loader": "^9.0.0",
6664
"typescript": "^3.8.3",
6765
"webpack": "^5.0.0",
68-
"webpack-cli": "^4.0.0",
69-
"@microsoft/api-documenter": "^7.8.10",
70-
"@microsoft/api-extractor": "^7.8.10"
66+
"webpack-cli": "^4.0.0"
7167
}
7268
}

0 commit comments

Comments
 (0)