2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-19 18:30:36 +03:00

Set to 0 hour, compare on 0 hour for notAfter, bump version

This commit is contained in:
Aaron J. Rubin
2017-06-16 17:12:52 -04:00
parent bd85c96bfc
commit 2f622cb8c9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "vue2-datepicker",
"description": "A Datepicker Component For Vue2",
"main": "datepicker/index.vue",
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"