Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Rebuild & bump new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Lyashuk committed Apr 25, 2017
1 parent f5f8e97 commit 684d1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ function updateValue(el) {
var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
var value = el.value,
_el$dataset = el.dataset,
previousValue = _el$dataset.previousValue,
_el$dataset$previousV = _el$dataset.previousValue,
previousValue = _el$dataset$previousV === undefined ? "" : _el$dataset$previousV,
mask = _el$dataset.mask;


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-mask",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple input mask lib for vue.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 684d1f1

Please sign in to comment.