Skip to content

Commit 2483b89

Browse files
fix: correct rules_nodejs metadata JSON formatting
Fix malformed JSON in metadata file - remove trailing comma after last array element.
1 parent 8119aed commit 2483b89

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)