Skip to content

Commit abf2f4d

Browse files
committed
Add missing comma.
1 parent 120b433 commit abf2f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example-repository.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
{
280280
"sublime_text": "<3000",
281281
"tags": "st2-"
282-
}
282+
},
283283
{
284284
"sublime_text": ">=3000",
285285
"tags": "st3-"
@@ -321,15 +321,15 @@
321321

322322
// If for some reason one of the releases is from a different repository
323323
// than the top-level "details" key, a "base" key may be specified in
324-
// the release with the GitHub or BitBucket repository to use for tags.
324+
// the release with the GitHub or BitBucket repository to use for tags.
325325
{
326326
"details": "https://github.com/wbond/sublime_alignment",
327327
"releases": [
328328
{
329329
"base": "https://github.com/wbond/sublime_alignment",
330330
"sublime_text": "<3000",
331331
"tags": true
332-
}
332+
},
333333
{
334334
"sublime_text": ">=3000",
335335
"tags": true

0 commit comments

Comments
 (0)