Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 294349a

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#973)
1 parent 3c212c9 commit 294349a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
"predocs-test": "npm run docs",
4242
"prelint": "cd samples; npm link ../; npm install",
4343
"clean": "gts clean",
44-
"precompile": "gts clean",
45-
"api-extractor": "api-extractor run --local",
46-
"api-documenter": "api-documenter yaml --input-folder=temp"
44+
"precompile": "gts clean"
4745
},
4846
"dependencies": {
4947
"@google-cloud/common": "^3.0.0",
@@ -86,8 +84,6 @@
8684
"teeny-request": "^7.0.0",
8785
"tmp-promise": "^3.0.0",
8886
"typescript": "^3.8.3",
89-
"uuid": "^8.0.0",
90-
"@microsoft/api-documenter": "^7.8.10",
91-
"@microsoft/api-extractor": "^7.8.10"
87+
"uuid": "^8.0.0"
9288
}
9389
}

0 commit comments

Comments
 (0)