Skip to content

Commit

Permalink
fix: make generator keys and ids match with no "-"
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 8, 2024
1 parent 935804a commit 531ec44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
]
},
"ts": {
"typescript": {
"signature": {
"name": "Node.js (TypeScript)",
"id": "typescript",
Expand Down Expand Up @@ -149,7 +149,7 @@
"$ref": "#/files/paths/eslintignore"
},
{
"$ref": "#/files/paths/all-contributorsrc"
"$ref": "#/files/paths/allcontributorsrc"
},
{
"$ref": "#/files/paths/releaserc"
Expand All @@ -171,7 +171,7 @@
}
]
},
"js": {
"javascript": {
"signature": {
"name": "Node.js (Javascript)",
"id": "javascript",
Expand Down Expand Up @@ -303,7 +303,7 @@
}
]
},
"py": {
"python": {
"signature": {
"name": "Python",
"id": "python",
Expand Down Expand Up @@ -605,7 +605,7 @@
"from": "eslintignore",
"to": ".eslintignore"
},
"all-contributorsrc": {
"allcontributorsrc": {
"from": "all-contributorsrc.ejs",
"to": ".all-contributorsrc"
},
Expand Down

0 comments on commit 531ec44

Please sign in to comment.