From c8a5e04d3a604875a23b22678b7d8b18cd1c3327 Mon Sep 17 00:00:00 2001 From: jash Date: Sat, 13 Oct 2018 12:56:03 +0200 Subject: [PATCH] renamed proxy prompter to cyphernode --- .../app/prompters/{000_proxy.js => 000_cyphernode.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename install/generator-cyphernode/generators/app/prompters/{000_proxy.js => 000_cyphernode.js} (98%) diff --git a/install/generator-cyphernode/generators/app/prompters/000_proxy.js b/install/generator-cyphernode/generators/app/prompters/000_cyphernode.js similarity index 98% rename from install/generator-cyphernode/generators/app/prompters/000_proxy.js rename to install/generator-cyphernode/generators/app/prompters/000_cyphernode.js index 6563e58..c283348 100644 --- a/install/generator-cyphernode/generators/app/prompters/000_proxy.js +++ b/install/generator-cyphernode/generators/app/prompters/000_cyphernode.js @@ -1,6 +1,6 @@ const chalk = require('chalk'); -const name = 'proxy'; +const name = 'cyphernode'; const capitalise = function( txt ) { return txt.charAt(0).toUpperCase() + txt.substr(1);