Skip to content

Commit 63a6060

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#287)
1 parent f9386d1 commit 63a6060

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/google-cloud-recaptchaenterprise/package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
"ts-loader": "^9.0.0",
4545
"typescript": "^3.8.3",
4646
"webpack": "^5.0.0",
47-
"webpack-cli": "^4.0.0",
48-
"@microsoft/api-documenter": "^7.8.10",
49-
"@microsoft/api-extractor": "^7.8.10"
47+
"webpack-cli": "^4.0.0"
5048
},
5149
"scripts": {
5250
"lint": "gts check",
@@ -62,9 +60,7 @@
6260
"predocs-test": "npm run docs",
6361
"prepare": "npm run compile",
6462
"prelint": "cd samples; npm link ../; npm install",
65-
"precompile": "gts clean",
66-
"api-extractor": "api-extractor run --local",
67-
"api-documenter": "api-documenter yaml --input-folder=temp"
63+
"precompile": "gts clean"
6864
},
6965
"license": "Apache-2.0",
7066
"engines": {

0 commit comments

Comments
 (0)