Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Jun 10, 2021
1 parent 3569ca2 commit ed4003c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Expand Up @@ -21,9 +21,7 @@
"license-check": "jsgl --local .",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"precompile": "gts clean"
},
"author": {
"name": "Google Inc."
Expand Down Expand Up @@ -66,9 +64,7 @@
"sinon": "^11.0.0",
"source-map": "^0.7.0",
"tmp": "0.2.1",
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"typescript": "^3.8.3"
},
"files": [
"build/src",
Expand Down

0 comments on commit ed4003c

Please sign in to comment.