Comparing version 1.0.2 to 1.1.0
@@ -117,3 +117,3 @@ // Decimath | ||
toString() { | ||
return this.valueOf(); | ||
return this.valueOf().toString(); | ||
} | ||
@@ -120,0 +120,0 @@ } |
{ | ||
"name": "decimath", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Small, Simple library for Precise Decimal Calculations", | ||
@@ -5,0 +5,0 @@ "main": "decimath.js", |
5946