Skip to content

Commit

Permalink
Add vercel.com (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray authored Aug 17, 2021
1 parent 76c0107 commit 5026747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ module.exports = exports.default = function emailPrompt({
'mail.com',
'gmx.com',
'icloud.com',
'hey.com',
'zeit.co'
'zeit.co',
'vercel.com',
'hey.com'
]),
forceLowerCase = true,
suggestionColor = 'gray',
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# email-prompt

CLI email prompt featuring autocompletion and validation.
Powers [vercel](https://vercel.com/) `--login`.

![prompt](https://cloud.githubusercontent.com/assets/13041/15456597/36b76246-202a-11e6-99e8-3839514bed57.gif)

Expand Down Expand Up @@ -48,6 +49,7 @@ node demo
- `icloud.com`
- `hey.com`
- `zeit.co`
- `vercel.com`
- `forceLowerCase` (`Boolean`): converts all input to lowercase. Defaults to `true`.
- `suggestionColor` (`String`): a [chalk](https://github.com/chalk/chalk) color. Defaults to `gray`
- `autocompleteChars` (`Set`): a set of chars that trigger autocompletion. Defaults to:
Expand Down

0 comments on commit 5026747

Please sign in to comment.