1
0
Fork 0

Added Carlita, Florent, and Shin to bundle

This commit is contained in:
Joost De Cock 2019-07-06 15:26:28 +02:00
parent a9045c2f85
commit d4765068a3
3 changed files with 7 additions and 0 deletions

View file

@ -9,11 +9,14 @@ export const list = [
"bent",
"brian",
"bruce",
"carlita",
"carlton",
"cathrin",
"florent",
"huey",
"hugo",
"jaeger",
"shin",
"simon",
"sven",
"tamiko",

View file

@ -53,6 +53,7 @@ let parts = {};
let measurements = {};
let versions = {};
for (let pattern of Object.keys(patterns)) {
//console.log(pattern);
let instance = new patterns[pattern]();
let p = pattern.toLowerCase();
options[p] = patternOptions(instance.config);