Skip to content

Commit 62e05b5

Browse files
🎨 clean-up and better prompt
1 parent c5107fd commit 62e05b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = (api, { addBadges, addLicense, componentName, copyrightHolders,
3737
"dist/*.css",
3838
"dist/*.map",
3939
"dist/*.js",
40-
`src/*`
40+
'src/*'
4141
],
4242
scripts: {
4343
serve: `vue-cli-service serve ./example/main.${extension} --open`,

prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const prompts = module.exports = [
99
{
1010
type: 'input',
1111
name: 'componentName',
12-
message: 'Enter the component name (in CamelCase- no ifen):'
12+
message: 'Enter the component name (in CamelCase- no hyphen or dash):'
1313
},
1414
{
1515
type: 'confirm',

0 commit comments

Comments
 (0)