Skip to content

Commit 5b749b7

Browse files
committed
Remove duplicate mastercard pattern
1 parent 0e02824 commit 5b749b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)