Skip to content

Commit a655ddf

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#574)
1 parent 26bd703 commit a655ddf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/google-cloud-compute/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
"predocs-test": "npm run docs",
3636
"prelint": "cd samples; npm link ../; npm install",
3737
"clean": "gts clean",
38-
"precompile": "gts clean",
39-
"api-extractor": "api-extractor run --local",
40-
"api-documenter": "api-documenter yaml --input-folder=temp"
38+
"precompile": "gts clean"
4139
},
4240
"dependencies": {
4341
"@google-cloud/common": "^3.0.0",
@@ -52,8 +50,6 @@
5250
"string-format-obj": "^1.1.1"
5351
},
5452
"devDependencies": {
55-
"@microsoft/api-documenter": "^7.8.10",
56-
"@microsoft/api-extractor": "^7.8.10",
5753
"c8": "^7.0.0",
5854
"codecov": "^3.0.2",
5955
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)