Move version to RC -- worth doing it
This commit is contained in:
parent
5d004ca551
commit
7cf45a0cd6
19 changed files with 218 additions and 445 deletions
|
@ -98,9 +98,8 @@ const PackageShapes = {
|
|||
const PackageSpacings = {
|
||||
// spacingDesc, ligation, spacingNameSuffix
|
||||
"": ["Default", true, ""],
|
||||
term: ["Terminal", false, "Term"],
|
||||
type: ["Typesetting", true, "Type"],
|
||||
"term-lig": ["Terminal-Ligature", true, "TermLig"]
|
||||
fixed: ["Fixed", false, "Fixed"],
|
||||
term: ["Terminal", true, "Term"]
|
||||
};
|
||||
|
||||
async function GeneratePackageList(out) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue