scniro-validator
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -28,3 +28,3 @@ function CorrectiveValidator() { | ||
var regex = new RegExp(e.match + '$'); // exact end of string via "$" | ||
var regex = new RegExp(e.match + '$', 'i'); // exact end of string via "$" | ||
@@ -31,0 +31,0 @@ if (input.match(regex)) { |
{ | ||
"name": "scniro-validator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a simple email validator with corrective action capabilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8781