Skip to content

Commit 601f16f

Browse files
committed
fix: make docs build again
1 parent 28542b0 commit 601f16f

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"browserslist": [
2525
">0.3%",
2626
"Chrome >= 85",
27-
"Edge >= 85",
27+
"Edge >= 85",
2828
"Firefox >= 79",
2929
"Safari >= 14"
3030
],
@@ -113,9 +113,9 @@
113113
"semantic-release": "^25.0.2",
114114
"size-limit": "^11.1.6",
115115
"type-fest": "^4.18.3",
116-
"typedoc": "^0.28.1",
117-
"typedoc-github-theme": "^0.2.1",
118-
"typedoc-plugin-missing-exports": "^3.1.0",
116+
"typedoc": "^0.28.14",
117+
"typedoc-github-theme": "^0.3.1",
118+
"typedoc-plugin-missing-exports": "^4.1.2",
119119
"typescript": "^5.6.3",
120120
"typescript-eslint": "^8.16.0",
121121
"vitest": "^2.1.5"
@@ -182,4 +182,4 @@
182182
"limit": "177 kB"
183183
}
184184
]
185-
}
185+
}

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "contentful-management.js",
33
"entryPoints": [
4-
"lib/contentful-management.ts",
4+
"lib/index.ts",
5+
// "lib/contentful-management.ts",
56
// "lib/plain/plain-client.ts",
67
// "lib/plain/wrappers/wrap.ts",
78
// "lib/contentful-management.ts",

0 commit comments

Comments
 (0)