Drarig29 / typedoc-plugin-extras

A plugin for TypeDoc which adds extras to the generated documentation
https://drarig29.github.io/typedoc-plugin-extras/
MIT License
13 stars 3 forks source link

Favicon as url support added #11

Closed MrRefactoring closed 2 years ago

MrRefactoring commented 2 years ago

Closes #10


Small notice:

In my opinion, package-lock.json plays an important role in NodeJS projects. I wouldn't remove it.

Drarig29 commented 2 years ago

Thanks for the tip but I know this, and I think it's not a good idea for a published npm module to have a lockfile because it should stay up to date. But for a project you'd be right.

And what's more, this module doesn't have any dependency, so this makes a lockfile even more useless.

MrRefactoring commented 2 years ago

Oh yeah, we have no dependencies here. Just ignore my comment :)

Drarig29 commented 2 years ago

Thank you!