Skip to content

Commit

Permalink
fix readme supported typedoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks committed Jun 25, 2024
1 parent 0507d80 commit a3d9ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/c223584f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
typedoc-theme-hierarchy: patch
6 changes: 3 additions & 3 deletions packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ See [example here](https://github.com/DiFuks/typedoc-theme-hierarchy/tree/master

```bash

# For typedoc >=0.25.0
# For typedoc ^0.26.0
npm i typedoc-theme-hierarchy@^5.0.0 -D

# For typedoc >=0.24.0 <0.25.0
# For typedoc ^0.24.0 || ^0.25.0
npm i typedoc-theme-hierarchy@^4.0.0 -D

# For typedoc ^0.23.6
Expand All @@ -34,7 +34,7 @@ npm i typedoc-theme-hierarchy@^3.0.0 -D
# For typedoc 0.23.5
npm i typedoc-theme-hierarchy@^2.0.0 -D

# For typedoc >=0.22.0 <=0.23.4
# For typedoc ^0.22.0 || <=0.23.4
npm i typedoc-theme-hierarchy@^1.3.5 -D
```

Expand Down

0 comments on commit a3d9ce9

Please sign in to comment.