Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(nodejs): remove api-extractor dependencies #234

Merged
merged 1 commit into from Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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