Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 10, 2021
1 parent 7b74534 commit 56da708
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"prepare": "npm run compile",
"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"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/sinon": "^10.0.0",
Expand Down

0 comments on commit 56da708

Please sign in to comment.