Skip to content

Commit

Permalink
fix: 🐛 includes template & lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yakiisama committed Mar 19, 2023
1 parent fb5b382 commit 62a2cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"files": [
"index.js",
"template",
"templates",
"dist"
],
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ export const main = async () => {
}),
framework: () =>
p.select({
message: `Which framework do you want to use?`,
message: `Which feature do you want to use?`,
options: [
{ value: 'react-ts', label: 'React' },
{ value: 'vue-ts', label: 'Vue' },
{ value: 'lib', label: 'lib' },
],
}),
},
Expand Down

0 comments on commit 62a2cbe

Please sign in to comment.