Merge pull request #1 from tkurtbond/json-syntax-errors

Fix json syntax errors.
This commit is contained in:
Norayr Chilingarian 2024-12-01 00:19:06 +00:00 committed by GitHub
commit 6d4c08fb85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -17,6 +17,6 @@
"Build":
[
{"command": "voc -s", "file": "src/diasporadb.Mod"},
}"command": "voc -s", "file": "src/diasporaPost.Mod"}
{"command": "voc -s", "file": "src/diasporaPost.Mod"}
]
}

View file

@ -23,6 +23,6 @@
"Build":
[
{"Command": "voc -s", "File": "strTypes.Mod"},
{"Command": "voc -s", "File": "strUtils.Mod"},
{"Command": "voc -s", "File": "strUtils.Mod"}
]
}

View file

@ -14,7 +14,7 @@
"lists": "0.1",
"Internet":"0.1",
"time": "0.1",
"fifo": "0.1",
"fifo": "0.1"
},
"Build":
[