Skip to content

Commit 8bf2b08

Browse files
committed
fix: v
1 parent cb4a69b commit 8bf2b08

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.changeset/few-snails-drive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'typedoc-plugin-markdown': major
3+
---
4+
5+
Removed Handlebars
6+
MDX2 Compatibility

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
lint-and-test:
5-
name: Lint and Test
65
runs-on: ubuntu-latest
76
strategy:
87
matrix:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"private": true,
33
"workspaces": [
4-
"packages/typedoc-plugin-markdown",
5-
"packages/docusaurus-plugin-typedoc"
4+
"packages/typedoc-plugin-markdown"
65
],
76
"scripts": {
87
"lint": "npm run lint --workspaces",

0 commit comments

Comments
 (0)