@date-io/date-fns
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -36,5 +36,5 @@ import { __assign } from 'tslib'; | ||
fullDate: "yyyy, MMMM do", | ||
normalDate: "EEE, MMM do", | ||
shortDate: "MMM do", | ||
monthAndDate: "MMMM do", | ||
normalDate: "EEE, MMM d", | ||
shortDate: "MMM d", | ||
monthAndDate: "MMMM d", | ||
dayOfMonth: "d", | ||
@@ -41,0 +41,0 @@ year: "yyyy", |
@@ -40,5 +40,5 @@ 'use strict'; | ||
fullDate: "yyyy, MMMM do", | ||
normalDate: "EEE, MMM do", | ||
shortDate: "MMM do", | ||
monthAndDate: "MMMM do", | ||
normalDate: "EEE, MMM d", | ||
shortDate: "MMM d", | ||
monthAndDate: "MMMM d", | ||
dayOfMonth: "d", | ||
@@ -45,0 +45,0 @@ year: "yyyy", |
{ | ||
"name": "@date-io/date-fns", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -43,3 +43,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "29c8f93efe8086a1b5ebb51b0a99d669219d4cbf" | ||
"gitHead": "4d4dc93068fce81e887a8e1771fc20984e915556" | ||
} |
@@ -38,5 +38,5 @@ import addDays from "date-fns/addDays"; | ||
fullDate: "yyyy, MMMM do", | ||
normalDate: "EEE, MMM do", | ||
shortDate: "MMM do", | ||
monthAndDate: "MMMM do", | ||
normalDate: "EEE, MMM d", | ||
shortDate: "MMM d", | ||
monthAndDate: "MMMM d", | ||
dayOfMonth: "d", | ||
@@ -43,0 +43,0 @@ year: "yyyy", |
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
31192