@date-io/date-fns
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -49,9 +49,10 @@ import addDays from 'date-fns/addDays'; | ||
minutes: "mm", | ||
month: "MMMM", | ||
month: "LLLL", | ||
monthAndDate: "MMMM d", | ||
monthAndYear: "MMMM yyyy", | ||
monthAndYear: "LLLL yyyy", | ||
monthShort: "MMM", | ||
normalDate: "EEE, MMM d", | ||
normalDate: "d MMMM", | ||
normalDateWithWeekday: "EEE, MMM d", | ||
seconds: "ss", | ||
shortDate: "dd MMMM", | ||
shortDate: "MMM d", | ||
year: "yyyy" | ||
@@ -58,0 +59,0 @@ }; |
@@ -53,9 +53,10 @@ 'use strict'; | ||
minutes: "mm", | ||
month: "MMMM", | ||
month: "LLLL", | ||
monthAndDate: "MMMM d", | ||
monthAndYear: "MMMM yyyy", | ||
monthAndYear: "LLLL yyyy", | ||
monthShort: "MMM", | ||
normalDate: "EEE, MMM d", | ||
normalDate: "d MMMM", | ||
normalDateWithWeekday: "EEE, MMM d", | ||
seconds: "ss", | ||
shortDate: "dd MMMM", | ||
shortDate: "MMM d", | ||
year: "yyyy" | ||
@@ -62,0 +63,0 @@ }; |
{ | ||
"name": "@date-io/date-fns", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -36,3 +36,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@date-io/core": "^2.1.0" | ||
"@date-io/core": "^2.2.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7589b2f00ad970ae4c835b7fd4c195fa3dc38615" | ||
"gitHead": "fb544fcb8d281ae4642eb1677a3dc147d626c592" | ||
} |
@@ -52,9 +52,10 @@ import addDays from "date-fns/addDays"; | ||
minutes: "mm", | ||
month: "MMMM", | ||
month: "LLLL", | ||
monthAndDate: "MMMM d", | ||
monthAndYear: "MMMM yyyy", | ||
monthAndYear: "LLLL yyyy", | ||
monthShort: "MMM", | ||
normalDate: "EEE, MMM d", | ||
normalDate: "d MMMM", | ||
normalDateWithWeekday: "EEE, MMM d", | ||
seconds: "ss", | ||
shortDate: "dd MMMM", | ||
shortDate: "MMM d", | ||
year: "yyyy" | ||
@@ -61,0 +62,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
32763
13
823
0
6
Updated@date-io/core@^2.2.0