Comparing version 0.2.0 to 0.2.1
@@ -12,3 +12,5 @@ /** | ||
min: wrap(Math.min), | ||
max: wrap(Math.max) | ||
max: wrap(Math.max), | ||
add: wrap(function(a,b){return a+b}), | ||
sub: wrap(function(a,b){return a-b}) | ||
}; | ||
@@ -15,0 +17,0 @@ |
{ | ||
"name": "mumath", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Micro math methods: isBetween, between, getPrecition, toPrecision", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3853
125
196821