Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 11, 2021
1 parent 5aadb20 commit abc2514
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 @@ -24,9 +24,7 @@
"docs": "compodoc src/",
"presamples-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"prelint": "cd samples; npm link ../; npm i",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"prelint": "cd samples; npm link ../; npm i"
},
"files": [
"build/src/**/*.js",
Expand Down Expand Up @@ -91,9 +89,7 @@
"timekeeper": "^2.0.0",
"tmp": "0.2.1",
"ts-node": "^10.0.0",
"typescript": "^3.9.6",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"typescript": "^3.9.6"
},
"dependencies": {
"@google-cloud/common": "^3.0.0",
Expand Down

0 comments on commit abc2514

Please sign in to comment.