Skip to content

Commit 1efb885

Browse files
authored
Merge pull request #51 from ahumphreys87/mastercard-pattern-prop
Remove duplicate mastercard pattern
2 parents 0e02824 + 5b749b7 commit 1efb885

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.coffee

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ cards = [
6161
}
6262
{
6363
type: 'mastercard'
64-
pattern: /^5[1-5]/
6564
pattern: /^(5[1-5]|677189)|^(222[1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/
6665
format: defaultFormat
6766
length: [16]

0 commit comments

Comments
 (0)