diff --git a/HISTORY.md b/HISTORY.md index a3cc0021..17906484 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. +* Docs + * Fix link for _Bun_ (via [#382]) + +[#382]: https://github.com/CycloneDX/cyclonedx-node-module/pull/382 + ## 4.1.5 - 2026-03-19 * Docs diff --git a/README.md b/README.md index 1f6c3806..b5fdb30c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ These systems are out of scope. Therefore, the following tools are not part of t | System | Actual Tool(s) | |:------:|:---------------| | _Angular_ | Utilize [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild?activeTab=readme#use-with-angular) or [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-angular) | -| _Bun_ | Utilize [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild?activeTab=readme#plugin-example-esbuild) | +| _Bun_ | Utilize [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild?activeTab=readme#plugin-example-bun) | | _Bower_ | None. (_Bower_ is [deprecated](https://bower.io/blog/2017/how-to-migrate-away-from-bower/)!) | | _Esbuild_ | [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/%40cyclonedx/cyclonedx-esbuild) | | _Parcel_ | To be announced, suggestions welcome |