Skip to content

Commit

Permalink
refactor(config): rename "Node" templates to "Node.js..."
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 8, 2024
1 parent fdbfc5c commit d26a7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"template-ts": {
"signature": {
"name": "Node (TypeScript)",
"name": "Node.js (TypeScript)",
"id": "template-ts",
"aliases": ["ts", "typescript", "node-ts"]
},
Expand Down Expand Up @@ -173,7 +173,7 @@
},
"template-js": {
"signature": {
"name": "Node (Javascript)",
"name": "Node.js (Javascript)",
"id": "template-js",
"aliases": ["js", "javascript", "node-js"]
},
Expand Down Expand Up @@ -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"]
},
Expand Down

0 comments on commit d26a7c1

Please sign in to comment.