Add status & output with tabs
This commit is contained in:
parent
41cec45c63
commit
057153d747
11713
homebrew/SCGtD.json
11713
homebrew/SCGtD.json
File diff suppressed because it is too large
Load Diff
|
|
@ -10,12 +10,13 @@
|
||||||
"Dungeon Dudes"
|
"Dungeon Dudes"
|
||||||
],
|
],
|
||||||
"convertedBy": [
|
"convertedBy": [
|
||||||
"Thorn"
|
"Werring"
|
||||||
],
|
],
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"targetSchema": "1.0.0"
|
"targetSchema": "1.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"status": "wip",
|
||||||
"dateAdded": 1700993345,
|
"dateAdded": 1700993345,
|
||||||
"dateLastModified": 1700993345
|
"dateLastModified": 1700993345
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,4 +57,4 @@ if (fs.existsSync(outFile)) {
|
||||||
fs.unlinkSync(outFile);
|
fs.unlinkSync(outFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.writeFileSync(outFile, JSON.stringify(homebrew, null, 4), { encoding: "utf-8"});
|
fs.writeFileSync(outFile, JSON.stringify(homebrew, null, "\t"), { encoding: "utf-8"});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue