Skip to content

Commit

Permalink
Update dependencies and README
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Nov 30, 2024
1 parent bd5dead commit 4d44fbf
Show file tree
Hide file tree
Showing 3 changed files with 928 additions and 1,003 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This module can be installed using [npm](https://www.npmjs.com/package/typedoc-p
$ npm install typedoc-plugin-merge-modules --save-dev
```

The plugin requires TypeDoc version 0.26.x to be installed. After installation you need to activate the plugin with a [typedoc command line argument](https://typedoc.org/options/configuration/#plugin) or inside your [typedoc config file](https://typedoc.org/options/configuration/#json-files).
The plugin requires TypeDoc version 0.26.0 or above to be installed. After installation you need to activate the plugin with a [typedoc command line argument](https://typedoc.org/options/configuration/#plugin) or inside your [typedoc config file](https://typedoc.org/options/configuration/#json-files).

Here is an example using a JavaScript config file:

Expand Down Expand Up @@ -66,6 +66,7 @@ Special thanks go to the following people that contributed to this project:
- [Gerrit Birkeland](https://github.com/Gerrit0) for the suggested solution and code example.
- [Felipe Santos](https://github.com/felipecrs) for suggesting improvements.
- [Sho Otani](https://github.com/beijaflor) for implementing the merging of modules by name.
- And all the other [contributors](https://github.com/krisztianb/typedoc-plugin-merge-modules/graphs/contributors).

## Donate

Expand Down
Loading

0 comments on commit 4d44fbf

Please sign in to comment.