Skip to content

Commit

Permalink
Updated promptProject to include more choices for languages
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilferd10 committed Oct 18, 2023
1 parent 79d23fd commit 83ae369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const promptProject = async (portfolioData) => {
type: 'checkbox',
name: 'languages',
message: 'What did you build this project with? (Check all that apply)',
choices: ['JavaScript', 'HTML', 'CSS', 'ES6', 'jQuery', 'Bootstrap', 'Node'],
choices: ['JavaScript', 'HTML', 'CSS', 'ES6', 'jQuery', 'Bootstrap', 'Node.js', 'Python', 'Java', 'Ruby', 'C++', 'PHP', 'Swift', 'TypeScript', 'Go', 'Rust', 'Kotlin', 'SQL', 'Perl', 'C#', 'Dart', 'Scala', 'Haskell', 'Objective-C', 'Lua'],
},
{
type: 'input',
Expand Down

0 comments on commit 83ae369

Please sign in to comment.