Skip to content

Commit

Permalink
Remove typedoc
Browse files Browse the repository at this point in the history
We don't publish them, they don't have an option to limit to the
exported functions, ... To read internals, I'm assuming you'll get more
out of the actual code.
  • Loading branch information
hansott committed Feb 27, 2024
1 parent 964c21d commit cf252f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 91 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ lambda-mongodb-nosql-injection:
lambda-mongodb-safe:
cd sample-apps/lambda-mongodb && npx serverless invoke local --function login --path payloads/safe-request.json

.PHONY: docs
docs:
npx typedoc

.PHONY: install
install:
npm install --workspaces
Expand Down
80 changes: 2 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"devDependencies": {
"prettier": "^3.2.4",
"typedoc": "^0.25.8"
"prettier": "^3.2.4"
},
"workspaces": [
"sample-apps/*",
Expand Down
7 changes: 0 additions & 7 deletions typedoc.json

This file was deleted.

0 comments on commit cf252f1

Please sign in to comment.