Skip to content

Commit 5c6a900

Browse files
committedFeb 27, 2025
docs(website): Remove the Node peer dependency limitations
This has been resolved by [1]. [1]: #7785 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 366713a commit 5c6a900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎website/docs/tools/analyzer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Currently, the following package managers (grouped by the programming language t
3232
* [Maven](https://maven.apache.org/) (limitations: [default profile only](https://github.com/oss-review-toolkit/ort/issues/1774))
3333
* JavaScript / Node.js
3434
* [Bower](https://bower.io/)
35-
* [NPM](https://www.npmjs.com/) (limitations: [no peer dependencies](https://github.com/oss-review-toolkit/ort/issues/95))
36-
* [PNPM](https://pnpm.io/) (limitations: [no peer dependencies](https://github.com/oss-review-toolkit/ort/issues/95))
35+
* [NPM](https://www.npmjs.com/)
36+
* [PNPM](https://pnpm.io/)
3737
* [Yarn 1](https://classic.yarnpkg.com/)
3838
* [Yarn 2+](https://v2.yarnpkg.com/)
3939
* .NET

0 commit comments

Comments
 (0)