Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "parse-time", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Utility for parsing time strings", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,3 +21,3 @@ 'use strict'; | ||
var overflowHourToMeridian = !config || config.overflowHourToMeridian !== false | ||
var meridian = values.meridian || config && config.meridian | ||
var meridian = values.meridian || config && config.meridian === true | ||
var limit = meridian? 12: 23 | ||
@@ -24,0 +24,0 @@ var plusOne = meridian? 12: 24 |
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
32664