Skip to content

Commit

Permalink
feat(version): generate new dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
fernahh committed Jul 24, 2017
1 parent 61a5121 commit caf409b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/creditcard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* creditcard.js v2.1.1
* creditcard.js v2.1.2
* Created by @ContaAzul.
*
* Licensed MIT.
Expand Down Expand Up @@ -98,7 +98,7 @@ var CREDIT_CARD_LIST = [{
regexpFull: '^3(?:0[0-5]|[68][0-9])[0-9]{11}$'
}, {
name: 'Discover',
regexpFull: '^6(?:011|5[0-9]{2})[0-9]{12}$'
regexpFull: '^6(?:011|5[0-9]{2}|4[4-9][0-9]{1}|(22(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[01][0-9]|92[0-5]$)[0-9]{10}$))[0-9]{12}$'
}, {
name: 'Hipercard',
regexpFull: '^(38[0-9]{17}|60[0-9]{14})$'
Expand Down
4 changes: 2 additions & 2 deletions dist/creditcard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit caf409b

Please sign in to comment.