Add status & output with tabs
This commit is contained in:
parent
41cec45c63
commit
057153d747
|
|
@ -10,14 +10,15 @@
|
||||||
"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": 1704103202
|
"dateLastModified": 1704105565
|
||||||
},
|
},
|
||||||
"class": [
|
"class": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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