Comparing version 2.0.1 to 2.1.0
@@ -56,2 +56,4 @@ // Generated by CoffeeScript 1.10.0 | ||
switch (false) { | ||
case !(this.duration >= NANOS_PER_DAY): | ||
return Math.floor(this.hours() / 24) + " d, " + Math.floor(this.hours() % 24) + " h"; | ||
case !(this.duration >= NANOS_PER_HOUR): | ||
@@ -58,0 +60,0 @@ return Math.floor(this.minutes() / 60) + " h, " + Math.floor(this.minutes() % 60) + " min"; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"author": "Joel Edwards (https://github.com/joeledwards)", | ||
@@ -13,0 +13,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
20301
142