mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
Merge pull request #1 from tkurtbond/json-syntax-errors
Fix json syntax errors.
This commit is contained in:
commit
6d4c08fb85
3 changed files with 3 additions and 3 deletions
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,6 @@
|
|||
"Build":
|
||||
[
|
||||
{"Command": "voc -s", "File": "strTypes.Mod"},
|
||||
{"Command": "voc -s", "File": "strUtils.Mod"},
|
||||
{"Command": "voc -s", "File": "strUtils.Mod"}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"lists": "0.1",
|
||||
"Internet":"0.1",
|
||||
"time": "0.1",
|
||||
"fifo": "0.1",
|
||||
"fifo": "0.1"
|
||||
},
|
||||
"Build":
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue