Skip to content

Commit

Permalink
fix(init): add missing browsers (Opera, IE)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Feb 21, 2013
1 parent 03e700a commit f39e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var questions = [{
id: 'browsers',
question: 'Do you want to capture a browser automatically ?',
hint: 'Press tab to list possible options. Enter empty string to move to the next question.',
options: ['Chrome', 'ChromeCanary', 'Firefox', 'Safari', 'PhantomJS', ''],
options: ['Chrome', 'ChromeCanary', 'Firefox', 'Safari', 'PhantomJS', 'Opera', 'IE', ''],
validate: validateBrowser,
multiple: true
}, {
Expand Down

0 comments on commit f39e564

Please sign in to comment.