Skip to content

Commit feb63c0

Browse files
authored
chore(nodejs): remove api-extractor dependencies (#234)
1 parent edabffd commit feb63c0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

core/packages/teeny-request/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"docs-test": "linkinator docs",
2121
"samples-test": "echo no sample tests!",
2222
"system-test": "echo no system tests!",
23-
"precompile": "gts clean",
24-
"api-extractor": "api-extractor run --local",
25-
"api-documenter": "api-documenter yaml --input-folder=temp"
23+
"precompile": "gts clean"
2624
},
2725
"files": [
2826
"build/src"
@@ -59,9 +57,7 @@
5957
"mocha": "^8.0.0",
6058
"nock": "^13.0.0",
6159
"sinon": "^10.0.0",
62-
"typescript": "^3.8.3",
63-
"@microsoft/api-documenter": "^7.8.10",
64-
"@microsoft/api-extractor": "^7.8.10"
60+
"typescript": "^3.8.3"
6561
},
6662
"nyc": {
6763
"exclude": [

0 commit comments

Comments
 (0)