Skip to content

Commit 5bab3fd

Browse files
Update typedocs and change entryPointStrategy (#397)
1 parent 321bd85 commit 5bab3fd

File tree

3 files changed

+31
-196
lines changed

3 files changed

+31
-196
lines changed

package-lock.json

Lines changed: 28 additions & 192 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"pretty-quick": "^2.0.2",
7777
"protractor": "~7.0.0",
7878
"ts-node": "~8.3.0",
79-
"typedoc": "^0.22.18",
79+
"typedoc": "^0.23.21",
8080
"typescript": "~4.6.4",
8181
"wait-on": "^6.0.0"
8282
},

typedoc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"entryPoints": ["./projects/auth0-angular/src/lib"],
3-
"entryPointStrategy": "expand",
2+
"entryPoints": ["./projects/auth0-angular/src/public-api.ts"],
43
"exclude": ["**/*.spec.ts"],
54
"tsconfig": "./projects/auth0-angular/tsconfig.lib.json",
65
"out": "docs",
@@ -11,6 +10,6 @@
1110
"visibilityFilters": {
1211
"protected": false,
1312
"inherited": true,
14-
"external": true,
13+
"external": true
1514
}
1615
}

0 commit comments

Comments
 (0)