Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 10, 2021
1 parent 3343316 commit b52bf16
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/google-cloud-bigquery-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"test": "c8 mocha build/test",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^2.12.0"
Expand All @@ -60,9 +58,7 @@
"ts-loader": "^9.0.0",
"typescript": "^3.9.5",
"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"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit b52bf16

Please sign in to comment.