Comparing version 2.0.0 to 2.0.1
@@ -27,3 +27,3 @@ module.exports = function(email) { | ||
if (domain === 'yahoo.com') { | ||
if (~domain.indexOf('yahoo')) { | ||
if (~username.indexOf('-')) { | ||
@@ -30,0 +30,0 @@ var splits = username.split('-') |
{ | ||
"name": "verigy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Strip invalid characters from email addresses", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5693