Skip to content

Commit b955d9f

Browse files
Fix the v1.2.1 npm package size
This included the `tag.gz` file generated by `npm pack` used during the deployment tests Signed-off-by: Alexandre Bonneau <[email protected]>
1 parent d6bbb0d commit b955d9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/vue-autonumeric.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-autonumeric v1.2.1 (https://github.com/autoNumeric/vue-autoNumeric)
2+
* vue-autonumeric v1.2.2 (https://github.com/autoNumeric/vue-autoNumeric)
33
* © 2018 Alexandre Bonneau <[email protected]>
44
* Released under the MIT License.
55
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-autonumeric",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "An AutoNumeric wrapper for Vue.js",
55
"author": "Alexandre Bonneau <[email protected]>",
66
"license": "MIT",

src/components/VueAutonumeric.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!--
22
vue-autonumeric
33

4-
@version 1.2.1
5-
@date 2018-05-08 UTC 01:50
4+
@version 1.2.2
5+
@date 2018-05-08 UTC 02:15
66

77
@author Alexandre Bonneau
88
@copyright 2018 © Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>

0 commit comments

Comments
 (0)