Skip to content

Commit 4615eef

Browse files
committed
fix: correct rules_nodejs metadata JSON formatting
Fix malformed JSON in metadata file - remove trailing comma after last array element.
1 parent 15de85b commit 4615eef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
22
"versions": [
3-
"6.2.0-codeql.1"
4-
]
5-
}
3+
"6.2.0-codeql.1"

0 commit comments

Comments
 (0)