sparc-commons
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -239,3 +239,3 @@ /*jshint multistr: true */ | ||
es.knotsToKm = knots => { | ||
return Math.route(knots * 1.852) | ||
return Math.round(knots * 1.852) | ||
} |
{ | ||
"name": "sparc-commons", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Library with all small time common stuff used across the SPARC echosystem", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |