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