+9
-7
@@ -22,9 +22,3 @@ const Git = require('simple-git')(); | ||
| ...customConfig.options, | ||
| ].map((option, index) => { | ||
| const key = index === 0 ? 'Key ' : ''; | ||
| return { | ||
| ...option, | ||
| label: `${option.label} [${key}${index}]`, | ||
| }; | ||
| }); | ||
| ]; | ||
| } | ||
@@ -45,2 +39,10 @@ | ||
| } | ||
| options = options.map((option, index) => { | ||
| const key = index === 0 ? 'Key ' : ''; | ||
| return { | ||
| ...option, | ||
| label: `${option.label} [${key}${index}]`, | ||
| }; | ||
| }); | ||
| } catch (err) { | ||
@@ -47,0 +49,0 @@ console.error(err); |
+1
-1
| { | ||
| "name": "gimmit", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Git commit but cuter", | ||
@@ -5,0 +5,0 @@ "main": "gimmit.js", |
136
0.74%50470
0