File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,21 +92,21 @@ written in _TypeScript_ and compiled for the target.
9292
9393## Installation
9494
95- This package and the build results are available for _ npm_ , _ yarn _ and _ pnpm _ :
95+ This package and the build results are available for _ npm_ , _ pnpm _ and _ yarn _ :
9696
9797``` shell
9898npm i -S @cyclonedx/cyclonedx-library
99- yarn add @cyclonedx/cyclonedx-library
10099pnpm add @cyclonedx/cyclonedx-library
100+ yarn add @cyclonedx/cyclonedx-library
101101```
102102
103103You can install the package from source,
104104which will build automatically on installation:
105105
106106``` shell
107107npm i -S github:CycloneDX/cyclonedx-javascript-library
108+ pnpm add github:CycloneDX/cyclonedx-javascript-library
108109# not supported with yarn
109- # not supported with pnpm
110110```
111111
112112## Usage
You can’t perform that action at this time.
0 commit comments