Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Jun 10, 2021
1 parent 291005f commit 5f77eb3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^2.12.0"
Expand All @@ -65,8 +63,6 @@
"ts-loader": "^9.0.0",
"typescript": "^3.8.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"webpack-cli": "^4.0.0"
}
}

0 comments on commit 5f77eb3

Please sign in to comment.