Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit c0acccc

Browse files
committed
Updated message for project name
The message which asked the project name was unclear and didn't ask users to not include any special characters in it which resulted in errors later if they included hyphen (for example), this fixes that by changing the message. Fixes #5.
1 parent 3cae2a9 commit c0acccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = class extends Generator {
3232
type: "input",
3333
name: "toolNameHuman",
3434
message:
35-
'Thanks! Now, give me a human name for the project - e.g. "Genome Browser"',
35+
'Thanks! Now, give me a human name for the project with only letters and NO special characters. e.g. "Genome Browser"',
3636
default: "BioJS component"
3737
}
3838
];

0 commit comments

Comments
 (0)