From d26a7c101c40758246ee1e75ddc14b14a77aa060 Mon Sep 17 00:00:00 2001 From: Damien Butt <22627489+damienbutt@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:01:38 +0000 Subject: [PATCH] refactor(config): rename "Node" templates to "Node.js..." --- config/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default.json b/config/default.json index 72225d9..34fb92c 100644 --- a/config/default.json +++ b/config/default.json @@ -71,7 +71,7 @@ }, "template-ts": { "signature": { - "name": "Node (TypeScript)", + "name": "Node.js (TypeScript)", "id": "template-ts", "aliases": ["ts", "typescript", "node-ts"] }, @@ -173,7 +173,7 @@ }, "template-js": { "signature": { - "name": "Node (Javascript)", + "name": "Node.js (Javascript)", "id": "template-js", "aliases": ["js", "javascript", "node-js"] }, @@ -239,7 +239,7 @@ }, "template-node-cli": { "signature": { - "name": "Node (CLI)", + "name": "Node.js (CLI)", "id": "template-node-cli", "aliases": ["cli", "node-cli", "cli-js"] },