From 4bdb2c29241727d46bfbe7d45d9fd614d1d5a1e0 Mon Sep 17 00:00:00 2001 From: bengarvey Date: Mon, 11 Nov 2024 13:27:45 -0500 Subject: [PATCH] reverted file --- scripts/famgen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/famgen.js b/scripts/famgen.js index 73bdb4c..942767c 100644 --- a/scripts/famgen.js +++ b/scripts/famgen.js @@ -3,8 +3,8 @@ import Chance from 'chance'; const chance = new Chance(); // Constants -const TOTAL_NODES = 100; // This is the number we start with, but we'll end up with more when we add spouses/kids -const MAX_CHILDREN = 6; // Max children per family +const TOTAL_NODES = 10; // This is the number we start with, but we'll end up with more when we add spouses/kids +const MAX_CHILDREN = 5; // Max children per family const MIN_CHILDREN = 0; // Min children per family const GENDER_NEUTRAL_NAMES = [ 'Alex', 'Jordan', 'Taylor', 'Casey', 'Morgan', 'Riley', 'Avery', 'Quinn', 'Cameron', 'Peyton',