File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -122,18 +122,17 @@ yarn add @cyclonedx/cyclonedx-library@github:CycloneDX/cyclonedx-javascript-libr
122122
123123## Optional Peer Dependencies
124124
125- Some peer dependencies are optional.
126- See the shipped ` package.json ` for version constraints.
125+ Some features require optional peer dependencies — see ` package.json ` for version details.
127126
128127* Serialization to XML on _ Node.js_ requires any of:
129128 * [ ` xmlbuilder2 ` ] ( https://www.npmjs.com/package/xmlbuilder2 )
130129* Validation of JSON on _ Node.js_ requires all of:
131130 * [ ` ajv ` ] ( https://www.npmjs.com/package/ajv )
132131 * [ ` ajv-formats ` ] ( https://www.npmjs.com/package/ajv-formats )
133132 * [ ` ajv-formats-draft2019 ` ] ( https://www.npmjs.com/package/ajv-formats-draft2019 )
134- * Validation of XML on _ Node.js_ requires all of:
133+ * Validation of XML on _ Node.js_ requires any of:
135134 * [ ` libxmljs2 ` ] ( https://www.npmjs.com/package/libxmljs2 )
136- * the system might need to meet the requirements for [ ` node-gyp ` ] ( https://github.com/TooTallNate/node-gyp#installation ) , in certain cases.
135+ * the system might need to meet the requirements for [ ` node-gyp ` ] ( https://github.com/TooTallNate/node-gyp#installation ) , in certain cases.
137136
138137## Usage
139138
You can’t perform that action at this time.
0 commit comments