metarhia-common
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -25,3 +25,3 @@ 'use strict'; | ||
mult = DURATION_UNITS[unit]; | ||
if (!isNaN(value)) result += value * mult; | ||
if (!isNaN(value) && mult) result += value * mult; | ||
} | ||
@@ -28,0 +28,0 @@ return result * 1000; |
{ | ||
"name": "metarhia-common", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -32,6 +32,6 @@ "description": "Metarhia Common Library", | ||
"devDependencies": { | ||
"eslint": "^4.12.0", | ||
"metaschema": "^0.0.5", | ||
"eslint": "^4.9.0", | ||
"tap": "^10.7.2" | ||
"tap": "^11.0.0" | ||
} | ||
} |
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
80447
46
2187