We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc5554 commit a49305eCopy full SHA for a49305e
README.md
@@ -120,12 +120,12 @@ pnpm add github:CycloneDX/cyclonedx-javascript-library
120
yarn add @cyclonedx/cyclonedx-library@github:CycloneDX/cyclonedx-javascript-library # only with yarn-2
121
```
122
123
-## Optional Dependencies
+## Optional Peer Dependencies
124
125
-Some dependencies are optional.
+Some peer dependencies are optional.
126
See the shipped `package.json` for version constraints.
127
128
-* Serialization to XML on _Node.js_ requires any of:
+* Serialization to XML on _Node.js_ requires all of:
129
* [`xmlbuilder2`](https://www.npmjs.com/package/xmlbuilder2)
130
* Validation of JSON on _Node.js_ requires all of:
131
* [`ajv`](https://www.npmjs.com/package/ajv)
0 commit comments