Skip to content

Commit

Permalink
Include strategy file in TypeDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Nov 24, 2024
1 parent d4eb06d commit 9ebffad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,8 @@
"engines": {
"node": ">=20.0.0"
},
"files": [
"build",
"src",
"package.json",
"README.md"
],
"funding": [
"https://github.com/sponsors/sergiodxa"
],
"files": ["build", "src", "package.json", "README.md"],
"funding": ["https://github.com/sponsors/sergiodxa"],
"homepage": "https://github.com/sergiodxa/remix-auth",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://typedoc.org/schema.json",
"includeVersion": true,
"entryPoints": ["./src/index.ts"],
"entryPoints": ["./src/index.ts", "./src/strategy.ts"],
"out": "docs",
"json": "docs/index.json",
"cleanOutputDir": true,
Expand Down

0 comments on commit 9ebffad

Please sign in to comment.