Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Forveille committed Aug 26, 2019
1 parent 8d75dce commit 4159292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/predefined.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
exports.__esModule = true;
var predefined = [
{ id: 'credit-card', mask: '#### - #### - #### - ####' },
{ id: 'credit-card2', mask: '#### #### #### ####' },
{ id: 'date', mask: '##/##/####' },
{ id: 'date-iso', mask: '####-##-##' },
{ id: 'date-with-time', mask: '##/##/#### ##:##' },
{ id: 'phone', mask: '(###) ### - ####' },
{ id: 'phone2', mask: '### ### - ####' },
{ id: 'social', mask: '###-##-####' },
{ id: 'time', mask: '##:##' },
{ id: 'time-with-seconds', mask: '##:##:##' },
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@titou10/v-mask",
"description": "mask directive for vue.js that exposes the unmasked value",
"version": "1.0.2",
"version": "1.0.3",
"author": "Denis Forveille <titou10.titou10@gmail.com>",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4159292

Please sign in to comment.