Skip to content

Commit 0b462dc

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#452)
1 parent c3bf6bf commit 0b462dc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/google-container/package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
"predocs-test": "npm run docs",
4141
"prepare": "npm run compile-protos && npm run compile",
4242
"prelint": "cd samples; npm link ../; npm install",
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"
@@ -64,8 +62,6 @@
6462
"ts-loader": "^9.0.0",
6563
"typescript": "^3.8.3",
6664
"webpack": "^5.0.0",
67-
"webpack-cli": "^4.0.0",
68-
"@microsoft/api-documenter": "^7.8.10",
69-
"@microsoft/api-extractor": "^7.8.10"
65+
"webpack-cli": "^4.0.0"
7066
}
7167
}

0 commit comments

Comments
 (0)