2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-12 04:22:28 +03:00

fix: update date-format-parse to fix negative year

This commit is contained in:
mengxiong10
2019-11-11 14:00:20 +08:00
parent 0ff10e170a
commit 5ca30f8f91
2 changed files with 302 additions and 331 deletions
+301 -330
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -44,7 +44,7 @@
"homepage": "https://github.com/mengxiong10/vue2-datepicker#readme",
"dependencies": {
"date-fns": "^2.0.1",
"date-format-parse": "^0.2.3"
"date-format-parse": "^0.2.4"
},
"devDependencies": {
"@babel/core": "^7.5.5",