Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Jun 10, 2021
1 parent 352beac commit 39daa45
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Expand Up @@ -20,9 +20,7 @@
"docs-test": "linkinator docs",
"samples-test": "echo no sample tests!",
"system-test": "echo no system tests!",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"precompile": "gts clean"
},
"files": [
"build/src"
Expand Down Expand Up @@ -59,9 +57,7 @@
"mocha": "^8.0.0",
"nock": "^13.0.0",
"sinon": "^10.0.0",
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"typescript": "^3.8.3"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 39daa45

Please sign in to comment.