Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 10, 2021
1 parent b135242 commit 9107a7b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"precompile": "gts clean"
},
"dependencies": {
"fast-deep-equal": "^3.1.1",
Expand Down Expand Up @@ -84,8 +82,6 @@
"sinon": "^11.0.0",
"ts-node": "^10.0.0",
"typescript": "3.8.3",
"through2": "^4.0.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"through2": "^4.0.0"
}
}

0 comments on commit 9107a7b

Please sign in to comment.