Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 10, 2021
1 parent be61ff4 commit f95c445
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/google-cloud-datacatalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"mocha": "^8.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^11.0.0",
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"typescript": "^3.8.3"
},
"scripts": {
"docs": "jsdoc -c .jsdoc.js",
Expand All @@ -60,9 +58,7 @@
"pretest": "npm run compile",
"prelint": "cd samples; npm link ../; npm install",
"clean": "gts clean",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"precompile": "gts clean"
},
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit f95c445

Please sign in to comment.