Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit abc2514

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#1355)
1 parent 5aadb20 commit abc2514

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
@@ -24,9 +24,7 @@
2424
"docs": "compodoc src/",
2525
"presamples-test": "npm run compile",
2626
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
27-
"prelint": "cd samples; npm link ../; npm i",
28-
"api-extractor": "api-extractor run --local",
29-
"api-documenter": "api-documenter yaml --input-folder=temp"
27+
"prelint": "cd samples; npm link ../; npm i"
3028
},
3129
"files": [
3230
"build/src/**/*.js",
@@ -91,9 +89,7 @@
9189
"timekeeper": "^2.0.0",
9290
"tmp": "0.2.1",
9391
"ts-node": "^10.0.0",
94-
"typescript": "^3.9.6",
95-
"@microsoft/api-documenter": "^7.8.10",
96-
"@microsoft/api-extractor": "^7.8.10"
92+
"typescript": "^3.9.6"
9793
},
9894
"dependencies": {
9995
"@google-cloud/common": "^3.0.0",

0 commit comments

Comments
 (0)