Skip to content

Commit 1814ca0

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#488)
1 parent 3b35374 commit 1814ca0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/google-cloud-redis/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
"pretest": "npm run compile",
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-gax": "^2.12.0"
@@ -66,8 +64,6 @@
6664
"ts-loader": "^9.0.0",
6765
"typescript": "^3.8.3",
6866
"webpack": "^5.0.0",
69-
"webpack-cli": "^4.0.0",
70-
"@microsoft/api-documenter": "^7.8.10",
71-
"@microsoft/api-extractor": "^7.8.10"
67+
"webpack-cli": "^4.0.0"
7268
}
7369
}

0 commit comments

Comments
 (0)