From 415929278083a507a03982a7f535deb90995e75d Mon Sep 17 00:00:00 2001 From: Denis Forveille Date: Mon, 26 Aug 2019 13:10:46 -0400 Subject: [PATCH] v1.0.3 --- dist/predefined.js | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/predefined.js b/dist/predefined.js index 5bd31a7..4590919 100644 --- a/dist/predefined.js +++ b/dist/predefined.js @@ -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: '##:##:##' }, diff --git a/package-lock.json b/package-lock.json index 08937b2..4cf781f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@titou10/v-mask", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64d8697..5df8c08 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "keywords": [