Skip to content

Commit 6e186e1

Browse files
Kevin OngkoKevin Ongko
Kevin Ongko
authored and
Kevin Ongko
committed
2.2.2
1 parent 7f626b6 commit 6e186e1

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

dist/vue-numeric.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-numeric",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Input field component to display currency value based on Vue.",
55
"author": "Kevin Ongko",
66
"main": "dist/vue-numeric.min.js",

src/vue-numeric.vue

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<input
33
:placeholder="placeholder"
4-
:value="value"
54
@blur="onBlurHandler"
65
@input="onInputHandler"
76
@focus="onFocusHandler"

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -1167,10 +1167,10 @@ clap@^1.0.9:
11671167
chalk "^1.1.3"
11681168

11691169
clean-webpack-plugin@^0.1.16:
1170-
version "0.1.16"
1171-
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.16.tgz#422a8e150bf3d5abfd3d14bfacb070e80fb2e23f"
1170+
version "0.1.17"
1171+
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.17.tgz#71c57242e6d47204d46f809413176e7bed28ec49"
11721172
dependencies:
1173-
rimraf "~2.5.1"
1173+
rimraf "^2.6.1"
11741174

11751175
cli-cursor@^2.1.0:
11761176
version "2.1.0"
@@ -1916,8 +1916,8 @@ eslint-scope@^3.7.1:
19161916
estraverse "^4.1.1"
19171917

19181918
eslint@^4.6.0:
1919-
version "4.7.2"
1920-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.7.2.tgz#ff6f5f5193848a27ee9b627be3e73fb9cb5e662e"
1919+
version "4.8.0"
1920+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.8.0.tgz#229ef0e354e0e61d837c7a80fdfba825e199815e"
19211921
dependencies:
19221922
ajv "^5.2.0"
19231923
babel-code-frame "^6.22.0"
@@ -3023,8 +3023,8 @@ karma-spec-reporter@^0.0.31:
30233023
colors "^1.1.2"
30243024

30253025
karma-webpack@^2.0.4:
3026-
version "2.0.4"
3027-
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-2.0.4.tgz#3e2d4f48ba94a878e1c66bb8e1ae6128987a175b"
3026+
version "2.0.5"
3027+
resolved "https://registry.yarnpkg.com/karma-webpack/-/karma-webpack-2.0.5.tgz#4f56887e32cf4f9583391c2388415de06af06efd"
30283028
dependencies:
30293029
async "~0.9.0"
30303030
loader-utils "^0.2.5"
@@ -4541,12 +4541,6 @@ rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.0, rimraf@^2.6.1:
45414541
dependencies:
45424542
glob "^7.0.5"
45434543

4544-
rimraf@~2.5.1:
4545-
version "2.5.4"
4546-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
4547-
dependencies:
4548-
glob "^7.0.5"
4549-
45504544
ripemd160@^2.0.0, ripemd160@^2.0.1:
45514545
version "2.0.1"
45524546
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7"
@@ -4627,8 +4621,8 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
46274621
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
46284622

46294623
sinon-chai@^2.13.0:
4630-
version "2.13.0"
4631-
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-2.13.0.tgz#b9a42e801c20234bfc2f43b29e6f4f61b60990c4"
4624+
version "2.14.0"
4625+
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-2.14.0.tgz#da7dd4cc83cd6a260b67cca0f7a9fdae26a1205d"
46324626

46334627
sinon@^3.2.1:
46344628
version "3.3.0"

0 commit comments

Comments
 (0)