Skip to content

Commit

Permalink
Add hey.com to domains (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored Aug 17, 2021
1 parent 1d277ea commit 76c0107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = exports.default = function emailPrompt({
'mail.com',
'gmx.com',
'icloud.com',
'hey.com',
'zeit.co'
]),
forceLowerCase = true,
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ node demo
- `mail.com`
- `gmx.com`
- `icloud.com`
- `hey.com`
- `zeit.co`
- `forceLowerCase` (`Boolean`): converts all input to lowercase. Defaults to `true`.
- `suggestionColor` (`String`): a [chalk](https://github.com/chalk/chalk) color. Defaults to `gray`
Expand Down

0 comments on commit 76c0107

Please sign in to comment.