mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
Fix json syntax errors.
I was using the jq json query tool to pull values of the json files in vipackTree but it told me that diaspora.json, strutils2.json, and test_server.json had syntax errors.
This commit is contained in:
parent
434a07b7c8
commit
76ba1bb6ac
3 changed files with 3 additions and 3 deletions
|
|
@ -17,6 +17,6 @@
|
||||||
"Build":
|
"Build":
|
||||||
[
|
[
|
||||||
{"command": "voc -s", "file": "src/diasporadb.Mod"},
|
{"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":
|
"Build":
|
||||||
[
|
[
|
||||||
{"Command": "voc -s", "File": "strTypes.Mod"},
|
{"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",
|
"lists": "0.1",
|
||||||
"Internet":"0.1",
|
"Internet":"0.1",
|
||||||
"time": "0.1",
|
"time": "0.1",
|
||||||
"fifo": "0.1",
|
"fifo": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue