Comparing version 7.0.0 to 7.0.1
@@ -65,3 +65,3 @@ 'use strict'; | ||
options.formatSubMilliseconds || | ||
milliseconds < 1000 | ||
(!options.colonNotation && milliseconds < 1000) | ||
) { | ||
@@ -68,0 +68,0 @@ add(parsed.seconds, 'second', 's'); |
{ | ||
"name": "pretty-ms", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
11970