react-day-picker
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -16,3 +16,3 @@ 'use strict'; | ||
var currentDay = firstOfMonth.clone(); | ||
var currentDay = firstOfMonth.clone().utc(); | ||
var currentWeek = []; | ||
@@ -19,0 +19,0 @@ var weeksInMonth = []; |
{ | ||
"name": "react-day-picker", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Minimalistic date picker component for React and momentjs.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/DayPicker.js", |
@@ -11,3 +11,3 @@ | ||
var currentDay = firstOfMonth.clone(); | ||
var currentDay = firstOfMonth.clone().utc(); | ||
var currentWeek = []; | ||
@@ -14,0 +14,0 @@ var weeksInMonth = []; |
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
453901