From fca70213ffc6cbde29abaf8214de3cef6fd076aa Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Fri, 15 Sep 2023 20:08:24 -0600 Subject: [PATCH 1/2] Update custom-node-list.json Added Endless Nodes --- node_db/new/custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8f94eab7..7c9e8848 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -912,5 +912,15 @@ "install_type": "git-clone", "description": "Nodes: EagleImageNode" } + { + "author": "tudharbhutt", + "title": "Endless Nodes", + "reference": "https://github.com/tusharbhutt/Endless-Nodes", + "files": [ + "https://github.com/tusharbhutt/Endless-Nodes" + ], + "install_type": "git-clone", + "description": "A small set of nodes I created for various numerical and text inputs and outputs." + } ] } From 2105615284c17674544a300dd1cf9543fa30cc49 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Fri, 15 Sep 2023 20:10:04 -0600 Subject: [PATCH 2/2] Update custom-node-list.json --- node_db/new/custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7c9e8848..1dc4b031 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -913,7 +913,7 @@ "description": "Nodes: EagleImageNode" } { - "author": "tudharbhutt", + "author": "tusharbhutt", "title": "Endless Nodes", "reference": "https://github.com/tusharbhutt/Endless-Nodes", "files": [ @@ -921,6 +921,6 @@ ], "install_type": "git-clone", "description": "A small set of nodes I created for various numerical and text inputs and outputs." - } + } ] }