Skip to content

Commit 3d86f7a

Browse files
committed
Update guide
1 parent e551045 commit 3d86f7a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this user guide, you can see how to install the FOSSLight Dependency Scanner
3131
</thead>
3232
<tbody>
3333
<tr>
34-
<td rowspan="2">Javascript</td>
34+
<td rowspan="3">Javascript</td>
3535
<td>Npm</td>
3636
<td>package.json</td>
3737
<td>O</td>
@@ -44,6 +44,13 @@ In this user guide, you can see how to install the FOSSLight Dependency Scanner
4444
<td>O</td>
4545
<td>O</td>
4646
<td>O</td>
47+
</tr>
48+
<tr>
49+
<td>Yarn</td>
50+
<td>package.json</td>
51+
<td>O</td>
52+
<td>O</td>
53+
<td>O</td>
4754
</tr>
4855
<tr>
4956
<td rowspan="2">Java</td>

src/fosslight_dependency/_help.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
Maven (Java)
1717
NPM (Node.js)
1818
PNPM (Node.js)
19+
Yarn (Node.js)
1920
PIP (Python)
2021
Pub (Dart with flutter)
2122
Cocoapods (Swift/Obj-C)

0 commit comments

Comments
 (0)